/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class android_graphics_Canvas */ #ifndef _Included_android_graphics_Canvas #define _Included_android_graphics_Canvas #ifdef __cplusplus extern "C" { #endif /* * Class: android_graphics_Canvas * Method: native_save * Signature: (JJ)V */ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1save (JNIEnv *, jclass, jlong, jlong); /* * Class: android_graphics_Canvas * Method: native_restore * Signature: (JJ)V */ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1restore (JNIEnv *, jclass, jlong, jlong); /* * Class: android_graphics_Canvas * Method: native_drawLine * Signature: (JJFFFFI)V */ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1drawLine (JNIEnv *, jclass, jlong, jlong, jfloat, jfloat, jfloat, jfloat, jint); /* * Class: android_graphics_Canvas * Method: native_drawBitmap * Signature: (JJJFFFFFFLandroid/graphics/Paint;)V */ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1drawBitmap (JNIEnv *, jclass, jlong, jlong, jlong, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat, jobject); /* * Class: android_graphics_Canvas * Method: native_rotate * Signature: (JJF)V */ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1rotate (JNIEnv *, jclass, jlong, jlong, jfloat); /* * Class: android_graphics_Canvas * Method: native_rotate_and_translate * Signature: (JJFFF)V */ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1rotate_1and_1translate (JNIEnv *, jclass, jlong, jlong, jfloat, jfloat, jfloat); #ifdef __cplusplus } #endif #endif