2022-10-02 23:06:56 +02:00
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
|
#include <jni.h>
|
|
|
|
|
/* Header for class android_graphics_Bitmap */
|
|
|
|
|
|
|
|
|
|
#ifndef _Included_android_graphics_Bitmap
|
|
|
|
|
#define _Included_android_graphics_Bitmap
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
2024-03-16 15:00:22 +01:00
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_Bitmap
|
2024-12-19 20:20:40 +01:00
|
|
|
* Method: native_create_snapshot
|
2023-09-01 13:09:04 +02:00
|
|
|
* Signature: (J)J
|
|
|
|
|
*/
|
2024-12-19 20:20:40 +01:00
|
|
|
JNIEXPORT jlong JNICALL Java_android_graphics_Bitmap_native_1create_1snapshot
|
2023-09-01 13:09:04 +02:00
|
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
|
|
2022-10-02 23:06:56 +02:00
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_Bitmap
|
2024-12-19 20:20:40 +01:00
|
|
|
* Method: native_create_texture
|
|
|
|
|
* Signature: (JII)J
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
2024-12-19 20:20:40 +01:00
|
|
|
JNIEXPORT jlong JNICALL Java_android_graphics_Bitmap_native_1create_1texture
|
|
|
|
|
(JNIEnv *, jclass, jlong, jint, jint);
|
2022-10-02 23:06:56 +02:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_Bitmap
|
2024-12-19 20:20:40 +01:00
|
|
|
* Method: native_get_width
|
|
|
|
|
* Signature: (J)I
|
2024-06-15 00:04:23 +02:00
|
|
|
*/
|
2024-12-19 20:20:40 +01:00
|
|
|
JNIEXPORT jint JNICALL Java_android_graphics_Bitmap_native_1get_1width
|
2024-06-15 00:04:23 +02:00
|
|
|
(JNIEnv *, jclass, jlong);
|
|
|
|
|
|
2022-10-02 23:06:56 +02:00
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_Bitmap
|
2024-12-19 20:20:40 +01:00
|
|
|
* Method: native_get_height
|
2023-09-01 13:09:04 +02:00
|
|
|
* Signature: (J)I
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
2024-12-19 20:20:40 +01:00
|
|
|
JNIEXPORT jint JNICALL Java_android_graphics_Bitmap_native_1get_1height
|
2023-09-01 13:09:04 +02:00
|
|
|
(JNIEnv *, jclass, jlong);
|
2022-10-02 23:06:56 +02:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_Bitmap
|
2024-12-19 20:20:40 +01:00
|
|
|
* Method: native_erase_color
|
|
|
|
|
* Signature: (III)J
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
2024-12-19 20:20:40 +01:00
|
|
|
JNIEXPORT jlong JNICALL Java_android_graphics_Bitmap_native_1erase_1color
|
|
|
|
|
(JNIEnv *, jclass, jint, jint, jint);
|
2022-10-02 23:06:56 +02:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Class: android_graphics_Bitmap
|
2024-12-19 20:20:40 +01:00
|
|
|
* Method: native_recycle
|
|
|
|
|
* Signature: (JJ)V
|
2022-10-02 23:06:56 +02:00
|
|
|
*/
|
2024-12-19 20:20:40 +01:00
|
|
|
JNIEXPORT void JNICALL Java_android_graphics_Bitmap_native_1recycle
|
|
|
|
|
(JNIEnv *, jclass, jlong, jlong);
|
2022-10-02 23:06:56 +02:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|