App
mhr_appcore_bitmap_NBitmap.hpp
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class mhr_appcore_bitmap_NBitmap */
4 
5 #ifndef _Included_mhr_appcore_bitmap_NBitmap
6 #define _Included_mhr_appcore_bitmap_NBitmap
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: mhr_appcore_bitmap_NBitmap
12  * Method: createTBitmap
13  * Signature: (IIIIZ)J
14  */JNIEXPORT jlong JNICALL Java_mhr_appcore_bitmap_NBitmap_createTBitmap__IIIIZ(JNIEnv *, jobject, jint, jint, jint, jint, jboolean);
15 /*
16  * Class: mhr_appcore_bitmap_NBitmap
17  * Method: createTBitmap
18  * Signature: (IJ)J
19  */JNIEXPORT jlong JNICALL Java_mhr_appcore_bitmap_NBitmap_createTBitmap__IJ(JNIEnv *, jobject, jint, jlong);
20 /*
21  * Class: mhr_appcore_bitmap_NBitmap
22  * Method: wrapAsTBitmap
23  * Signature: (IJIIIZ)J
24  */JNIEXPORT jlong JNICALL Java_mhr_appcore_bitmap_NBitmap_wrapAsTBitmap(JNIEnv *, jobject, jint, jlong, jint, jint, jint, jboolean);
25 /*
26  * Class: mhr_appcore_bitmap_NBitmap
27  * Method: premultiply
28  * Signature: (IJ)I
29  */JNIEXPORT jint JNICALL Java_mhr_appcore_bitmap_NBitmap_premultiply(JNIEnv *, jobject, jint, jlong);
30 /*
31  * Class: mhr_appcore_bitmap_NBitmap
32  * Method: demultiply
33  * Signature: (IJ)I
34  */JNIEXPORT jint JNICALL Java_mhr_appcore_bitmap_NBitmap_demultiply(JNIEnv *, jobject, jint, jlong);
35 /*
36  * Class: mhr_appcore_bitmap_NBitmap
37  * Method: getChannel
38  * Signature: (IJI)J
39  */JNIEXPORT jlong JNICALL Java_mhr_appcore_bitmap_NBitmap_getChannel(JNIEnv *, jobject, jint, jlong, jint);
40 /*
41  * Class: mhr_appcore_bitmap_NBitmap
42  * Method: fill
43  * Signature: (IJIIIII)I
44  */JNIEXPORT jint JNICALL Java_mhr_appcore_bitmap_NBitmap_fill(JNIEnv *, jobject, jint, jlong, jint, jint, jint, jint, jint);
45 /*
46  * Class: mhr_appcore_bitmap_NBitmap
47  * Method: copyTo
48  * Signature: (IJJIIIIII)I
49  */JNIEXPORT jint JNICALL Java_mhr_appcore_bitmap_NBitmap_copyTo(JNIEnv *, jobject, jint, jlong, jlong, jint, jint, jint, jint, jint, jint);
50 /*
51  * Class: mhr_appcore_bitmap_NBitmap
52  * Method: dispose
53  * Signature: (IJ)I
54  */JNIEXPORT jint JNICALL Java_mhr_appcore_bitmap_NBitmap_dispose(JNIEnv *, jobject, jint, jlong);
55 /*
56  * Class: mhr_appcore_bitmap_NBitmap
57  * Method: setPremultiplied
58  * Signature: (IJZ)I
59  */JNIEXPORT jint JNICALL Java_mhr_appcore_bitmap_NBitmap_setPremultiplied(JNIEnv *, jobject, jint, jlong, jboolean);
60 
61 #ifdef __cplusplus
62 }
63 #endif
64 #endif