| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
|---|---|
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_font_NativeStrike */ |
| 4 | |
| 5 | #ifndef _Included_sun_font_NativeStrike |
| 6 | #define _Included_sun_font_NativeStrike |
| 7 | #ifdef __cplusplus |
| 8 | extern "C"{ |
| 9 | #endif |
| 10 | #undef sun_font_NativeStrike_INTMASK |
| 11 | #define sun_font_NativeStrike_INTMASK 4294967295LL |
| 12 | #undef sun_font_NativeStrike_complexTX |
| 13 | #define sun_font_NativeStrike_complexTX 124L |
| 14 | /* |
| 15 | * Class: sun_font_NativeStrike |
| 16 | * Method: createScalerContext |
| 17 | * Signature: ([BID)J |
| 18 | */ |
| 19 | JNIEXPORT jlong JNICALL Java_sun_font_NativeStrike_createScalerContext |
| 20 | (JNIEnv *, jobject, jbyteArray, jint, jdouble); |
| 21 | |
| 22 | /* |
| 23 | * Class: sun_font_NativeStrike |
| 24 | * Method: getMaxGlyph |
| 25 | * Signature: (J)I |
| 26 | */ |
| 27 | JNIEXPORT jint JNICALL Java_sun_font_NativeStrike_getMaxGlyph |
| 28 | (JNIEnv *, jobject, jlong); |
| 29 | |
| 30 | /* |
| 31 | * Class: sun_font_NativeStrike |
| 32 | * Method: createNullScalerContext |
| 33 | * Signature: ()J |
| 34 | */ |
| 35 | JNIEXPORT jlong JNICALL Java_sun_font_NativeStrike_createNullScalerContext |
| 36 | (JNIEnv *, jobject); |
| 37 | |
| 38 | #ifdef __cplusplus |
| 39 | } |
| 40 | #endif |
| 41 | #endif |
| 42 |