1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_font_X11TextRenderer */ |
4 | |
5 | #ifndef _Included_sun_font_X11TextRenderer |
6 | #define _Included_sun_font_X11TextRenderer |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: sun_font_X11TextRenderer |
12 | * Method: doDrawGlyphList |
13 | * Signature: (JJLsun/java2d/pipe/Region;Lsun/font/GlyphList;)V |
14 | */ |
15 | JNIEXPORT void JNICALL Java_sun_font_X11TextRenderer_doDrawGlyphList |
16 | (JNIEnv *, jobject, jlong, jlong, jobject, jobject); |
17 | |
18 | #ifdef __cplusplus |
19 | } |
20 | #endif |
21 | #endif |
22 | |