1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_awt_image_ImageRepresentation */ |
4 | |
5 | #ifndef _Included_sun_awt_image_ImageRepresentation |
6 | #define _Included_sun_awt_image_ImageRepresentation |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: sun_awt_image_ImageRepresentation |
12 | * Method: initIDs |
13 | * Signature: ()V |
14 | */ |
15 | JNIEXPORT void JNICALL Java_sun_awt_image_ImageRepresentation_initIDs |
16 | (JNIEnv *, jclass); |
17 | |
18 | /* |
19 | * Class: sun_awt_image_ImageRepresentation |
20 | * Method: setICMpixels |
21 | * Signature: (IIII[I[BIILsun/awt/image/IntegerComponentRaster;)Z |
22 | */ |
23 | JNIEXPORT jboolean JNICALL Java_sun_awt_image_ImageRepresentation_setICMpixels |
24 | (JNIEnv *, jobject, jint, jint, jint, jint, jintArray, jbyteArray, jint, jint, jobject); |
25 | |
26 | /* |
27 | * Class: sun_awt_image_ImageRepresentation |
28 | * Method: setDiffICM |
29 | * Signature: (IIII[IIILjava/awt/image/IndexColorModel;[BIILsun/awt/image/ByteComponentRaster;I)Z |
30 | */ |
31 | JNIEXPORT jboolean JNICALL Java_sun_awt_image_ImageRepresentation_setDiffICM |
32 | (JNIEnv *, jobject, jint, jint, jint, jint, jintArray, jint, jint, jobject, jbyteArray, jint, jint, jobject, jint); |
33 | |
34 | #ifdef __cplusplus |
35 | } |
36 | #endif |
37 | #endif |
38 | |