1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_java2d_loops_DrawPath */ |
4 | |
5 | #ifndef _Included_sun_java2d_loops_DrawPath |
6 | #define _Included_sun_java2d_loops_DrawPath |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef sun_java2d_loops_DrawPath_TRACELOG |
11 | #define sun_java2d_loops_DrawPath_TRACELOG 1L |
12 | #undef sun_java2d_loops_DrawPath_TRACETIMESTAMP |
13 | #define sun_java2d_loops_DrawPath_TRACETIMESTAMP 2L |
14 | #undef sun_java2d_loops_DrawPath_TRACECOUNTS |
15 | #define sun_java2d_loops_DrawPath_TRACECOUNTS 4L |
16 | /* |
17 | * Class: sun_java2d_loops_DrawPath |
18 | * Method: DrawPath |
19 | * Signature: (Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;IILjava/awt/geom/Path2D/Float;)V |
20 | */ |
21 | JNIEXPORT void JNICALL Java_sun_java2d_loops_DrawPath_DrawPath |
22 | (JNIEnv *, jobject, jobject, jobject, jint, jint, jobject); |
23 | |
24 | #ifdef __cplusplus |
25 | } |
26 | #endif |
27 | #endif |
28 | |