Searched refs:AWTFontPerChar (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11FontScaler.h82 /* Do not call AWTFreeChar() after AWTFontPerChar() or AWTFontMaxBounds() */
83 JNIEXPORT AWTChar JNICALL AWTFontPerChar(AWTFont font, int index);
H A DX11FontScaler.c254 if ((context->maxGlyph <= 256) && (AWTFontPerChar(xFont, 0) != NULL)) {
255 xcs = AWTFontPerChar(xFont, glyphCode - context->minGlyph);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c188 JNIEXPORT AWTChar JNICALL AWTFontPerChar(AWTFont font, int index) { function

Completed in 37 milliseconds