1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_java2d_loops_ScaledBlit */ |
4 | |
5 | #ifndef _Included_sun_java2d_loops_ScaledBlit |
6 | #define _Included_sun_java2d_loops_ScaledBlit |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef sun_java2d_loops_ScaledBlit_TRACELOG |
11 | #define sun_java2d_loops_ScaledBlit_TRACELOG 1L |
12 | #undef sun_java2d_loops_ScaledBlit_TRACETIMESTAMP |
13 | #define sun_java2d_loops_ScaledBlit_TRACETIMESTAMP 2L |
14 | #undef sun_java2d_loops_ScaledBlit_TRACECOUNTS |
15 | #define sun_java2d_loops_ScaledBlit_TRACECOUNTS 4L |
16 | /* |
17 | * Class: sun_java2d_loops_ScaledBlit |
18 | * Method: Scale |
19 | * Signature: (Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIDDDD)V |
20 | */ |
21 | JNIEXPORT void JNICALL Java_sun_java2d_loops_ScaledBlit_Scale |
22 | (JNIEnv *, jobject, jobject, jobject, jobject, jobject, jint, jint, jint, jint, jdouble, jdouble, jdouble, jdouble); |
23 | |
24 | #ifdef __cplusplus |
25 | } |
26 | #endif |
27 | #endif |
28 | |