2024-03-24 21:01:47 +01:00
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
|
#include <jni.h>
|
|
|
|
|
/* Header for class android_graphics_GskCanvas */
|
|
|
|
|
|
|
|
|
|
#ifndef _Included_android_graphics_GskCanvas
|
|
|
|
|
#define _Included_android_graphics_GskCanvas
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
2024-04-23 19:14:41 +02:00
|
|
|
#undef android_graphics_GskCanvas_HAS_ALPHA_LAYER_SAVE_FLAG
|
|
|
|
|
#define android_graphics_GskCanvas_HAS_ALPHA_LAYER_SAVE_FLAG 4L
|
2024-03-24 21:01:47 +01:00
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_GskCanvas
|
|
|
|
|
* Method: native_drawBitmap
|
2024-03-24 21:12:13 +01:00
|
|
|
* Signature: (JJIIIII)V
|
2024-03-24 21:01:47 +01:00
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawBitmap
|
2024-03-24 21:12:13 +01:00
|
|
|
(JNIEnv *, jobject, jlong, jlong, jint, jint, jint, jint, jint);
|
2024-03-24 21:01:47 +01:00
|
|
|
|
2024-04-07 21:49:40 +02:00
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_GskCanvas
|
|
|
|
|
* Method: native_drawRect
|
|
|
|
|
* Signature: (JFFFFI)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawRect
|
|
|
|
|
(JNIEnv *, jobject, jlong, jfloat, jfloat, jfloat, jfloat, jint);
|
|
|
|
|
|
2024-04-08 23:15:05 +02:00
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_GskCanvas
|
|
|
|
|
* Method: native_drawPath
|
|
|
|
|
* Signature: (JJJ)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawPath
|
|
|
|
|
(JNIEnv *, jobject, jlong, jlong, jlong);
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_GskCanvas
|
|
|
|
|
* Method: native_translate
|
|
|
|
|
* Signature: (JFF)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1translate
|
|
|
|
|
(JNIEnv *, jobject, jlong, jfloat, jfloat);
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_GskCanvas
|
|
|
|
|
* Method: native_rotate
|
|
|
|
|
* Signature: (JF)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1rotate
|
|
|
|
|
(JNIEnv *, jobject, jlong, jfloat);
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_GskCanvas
|
|
|
|
|
* Method: native_save
|
|
|
|
|
* Signature: (J)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1save
|
|
|
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_GskCanvas
|
|
|
|
|
* Method: native_restore
|
|
|
|
|
* Signature: (J)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1restore
|
|
|
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
|
|
2024-03-24 21:01:47 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|