1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_font_StrikeCache */ |
4 | |
5 | #ifndef _Included_sun_font_StrikeCache |
6 | #define _Included_sun_font_StrikeCache |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: sun_font_StrikeCache |
12 | * Method: getGlyphCacheDescription |
13 | * Signature: ([J)V |
14 | */ |
15 | JNIEXPORT void JNICALL Java_sun_font_StrikeCache_getGlyphCacheDescription |
16 | (JNIEnv *, jclass, jlongArray); |
17 | |
18 | /* |
19 | * Class: sun_font_StrikeCache |
20 | * Method: freeIntPointer |
21 | * Signature: (I)V |
22 | */ |
23 | JNIEXPORT void JNICALL Java_sun_font_StrikeCache_freeIntPointer |
24 | (JNIEnv *, jclass, jint); |
25 | |
26 | /* |
27 | * Class: sun_font_StrikeCache |
28 | * Method: freeLongPointer |
29 | * Signature: (J)V |
30 | */ |
31 | JNIEXPORT void JNICALL Java_sun_font_StrikeCache_freeLongPointer |
32 | (JNIEnv *, jclass, jlong); |
33 | |
34 | /* |
35 | * Class: sun_font_StrikeCache |
36 | * Method: freeIntMemory |
37 | * Signature: ([IJ)V |
38 | */ |
39 | JNIEXPORT void JNICALL Java_sun_font_StrikeCache_freeIntMemory |
40 | (JNIEnv *, jclass, jintArray, jlong); |
41 | |
42 | /* |
43 | * Class: sun_font_StrikeCache |
44 | * Method: freeLongMemory |
45 | * Signature: ([JJ)V |
46 | */ |
47 | JNIEXPORT void JNICALL Java_sun_font_StrikeCache_freeLongMemory |
48 | (JNIEnv *, jclass, jlongArray, jlong); |
49 | |
50 | #ifdef __cplusplus |
51 | } |
52 | #endif |
53 | #endif |
54 | |