You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
22 lines
526 B
C
22 lines
526 B
C
|
|
/* 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
|
||
|
|
* Signature: (JJIIII)V
|
||
|
|
*/
|
||
|
|
JNIEXPORT void JNICALL Java_android_graphics_GskCanvas_native_1drawBitmap
|
||
|
|
(JNIEnv *, jobject, jlong, jlong, jint, jint, jint, jint);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
#endif
|