1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_awt_image_IntegerComponentRaster */ |
4 | |
5 | #ifndef _Included_sun_awt_image_IntegerComponentRaster |
6 | #define _Included_sun_awt_image_IntegerComponentRaster |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef sun_awt_image_IntegerComponentRaster_TYPE_CUSTOM |
11 | #define sun_awt_image_IntegerComponentRaster_TYPE_CUSTOM 0L |
12 | #undef sun_awt_image_IntegerComponentRaster_TYPE_BYTE_SAMPLES |
13 | #define sun_awt_image_IntegerComponentRaster_TYPE_BYTE_SAMPLES 1L |
14 | #undef sun_awt_image_IntegerComponentRaster_TYPE_USHORT_SAMPLES |
15 | #define sun_awt_image_IntegerComponentRaster_TYPE_USHORT_SAMPLES 2L |
16 | #undef sun_awt_image_IntegerComponentRaster_TYPE_INT_SAMPLES |
17 | #define sun_awt_image_IntegerComponentRaster_TYPE_INT_SAMPLES 3L |
18 | #undef sun_awt_image_IntegerComponentRaster_TYPE_BYTE_BANDED_SAMPLES |
19 | #define sun_awt_image_IntegerComponentRaster_TYPE_BYTE_BANDED_SAMPLES 4L |
20 | #undef sun_awt_image_IntegerComponentRaster_TYPE_USHORT_BANDED_SAMPLES |
21 | #define sun_awt_image_IntegerComponentRaster_TYPE_USHORT_BANDED_SAMPLES 5L |
22 | #undef sun_awt_image_IntegerComponentRaster_TYPE_INT_BANDED_SAMPLES |
23 | #define sun_awt_image_IntegerComponentRaster_TYPE_INT_BANDED_SAMPLES 6L |
24 | #undef sun_awt_image_IntegerComponentRaster_TYPE_BYTE_PACKED_SAMPLES |
25 | #define sun_awt_image_IntegerComponentRaster_TYPE_BYTE_PACKED_SAMPLES 7L |
26 | #undef sun_awt_image_IntegerComponentRaster_TYPE_USHORT_PACKED_SAMPLES |
27 | #define sun_awt_image_IntegerComponentRaster_TYPE_USHORT_PACKED_SAMPLES 8L |
28 | #undef sun_awt_image_IntegerComponentRaster_TYPE_INT_PACKED_SAMPLES |
29 | #define sun_awt_image_IntegerComponentRaster_TYPE_INT_PACKED_SAMPLES 9L |
30 | #undef sun_awt_image_IntegerComponentRaster_TYPE_INT_8BIT_SAMPLES |
31 | #define sun_awt_image_IntegerComponentRaster_TYPE_INT_8BIT_SAMPLES 10L |
32 | #undef sun_awt_image_IntegerComponentRaster_TYPE_BYTE_BINARY_SAMPLES |
33 | #define sun_awt_image_IntegerComponentRaster_TYPE_BYTE_BINARY_SAMPLES 11L |
34 | /* |
35 | * Class: sun_awt_image_IntegerComponentRaster |
36 | * Method: initIDs |
37 | * Signature: ()V |
38 | */ |
39 | JNIEXPORT void JNICALL Java_sun_awt_image_IntegerComponentRaster_initIDs |
40 | (JNIEnv *, jclass); |
41 | |
42 | #ifdef __cplusplus |
43 | } |
44 | #endif |
45 | #endif |
46 | |