1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class java_awt_image_ConvolveOp */ |
4 | |
5 | #ifndef _Included_java_awt_image_ConvolveOp |
6 | #define _Included_java_awt_image_ConvolveOp |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef java_awt_image_ConvolveOp_EDGE_ZERO_FILL |
11 | #define java_awt_image_ConvolveOp_EDGE_ZERO_FILL 0L |
12 | #undef java_awt_image_ConvolveOp_EDGE_NO_OP |
13 | #define java_awt_image_ConvolveOp_EDGE_NO_OP 1L |
14 | #ifdef __cplusplus |
15 | } |
16 | #endif |
17 | #endif |
18 | |