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
|
|
|
|
|
/*
|
|
|
|
|
* 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-03-24 21:01:47 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|