1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_java2d_loops_GraphicsPrimitiveMgr */ |
4 | |
5 | #ifndef _Included_sun_java2d_loops_GraphicsPrimitiveMgr |
6 | #define _Included_sun_java2d_loops_GraphicsPrimitiveMgr |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef sun_java2d_loops_GraphicsPrimitiveMgr_debugTrace |
11 | #define sun_java2d_loops_GraphicsPrimitiveMgr_debugTrace 0L |
12 | /* |
13 | * Class: sun_java2d_loops_GraphicsPrimitiveMgr |
14 | * Method: initIDs |
15 | * Signature: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)V |
16 | */ |
17 | JNIEXPORT void JNICALL Java_sun_java2d_loops_GraphicsPrimitiveMgr_initIDs |
18 | (JNIEnv *, jclass, jclass, jclass, jclass, jclass, jclass, jclass, jclass, jclass, jclass, jclass, jclass); |
19 | |
20 | /* |
21 | * Class: sun_java2d_loops_GraphicsPrimitiveMgr |
22 | * Method: registerNativeLoops |
23 | * Signature: ()V |
24 | */ |
25 | JNIEXPORT void JNICALL Java_sun_java2d_loops_GraphicsPrimitiveMgr_registerNativeLoops |
26 | (JNIEnv *, jclass); |
27 | |
28 | #ifdef __cplusplus |
29 | } |
30 | #endif |
31 | #endif |
32 | |