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

/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11FontScaler.c56 if (context->xFont != NULL) {
57 AWTFreeFont(context->xFont);
69 context->xFont = NULL;
96 AWTLoadFont (xlfd, &(context->xFont));
99 if (context->xFont == NULL) { /* NULL means couldn't find the font */
107 context->minGlyph = (AWTFontMinByte1(context->xFont) << 8) +
108 AWTFontMinCharOrByte2(context->xFont);
109 context->maxGlyph = (AWTFontMaxByte1(context->xFont) << 8) +
110 AWTFontMaxCharOrByte2(context->xFont);
112 context->defaultGlyph = AWTFontDefaultChar(context->xFont);
236 AWTFont xFont = (AWTFont)context->xFont; local
275 AWTFont xFont = context->xFont; local
296 AWTFont xFont = context->xFont; local
317 AWTFont xFont = (AWTFont)context->xFont; local
[all...]
H A DX11FontScaler.h58 AWTFont xFont; member in struct:NativeScalerContext
91 JNIEXPORT jlong JNICALL AWTFontGenerateImage(AWTFont xFont, AWTChar2b* xChar);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c233 XFontStruct* xFont = (XFontStruct*)font; local
248 XQueryTextExtents16(awt_display,xFont->fid, xChar, 1,
250 /* XTextExtents16(xFont, xChar, 1, &direction, &ascent, &descent, newChar); */
267 XFontStruct* xFont = (XFontStruct*)pFont; local
277 /* XTextExtents16(xFont, xChar, 1, &direction, &ascent, &descent, &xcs); */
278 XQueryTextExtents16(awt_display,xFont->fid, xChar, 1,
309 XSetFont(awt_display, pixmapGC, xFont->fid);

Completed in 31 milliseconds