Searched refs:fontNameAttributes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xditview/dist/
H A DXFontName.c61 unsigned int *fontNameAttributes)
103 *fontNameAttributes = attributes;
121 XFormatFontName(XFontName *fontName, unsigned int fontNameAttributes, argument
131 f = (fontNameAttributes & bit) ? \
148 f = (fontNameAttributes & bit) ? \
60 XParseFontName(const char * fontNameString,XFontName * fontName,unsigned int * fontNameAttributes) argument
H A Dfont.c54 unsigned int fontNameAttributes; local in function:LookupFontSizeBySize
63 XParseFontName(f->x_name, &fontName, &fontNameAttributes);
64 fontNameAttributes &= ~(FontNamePixelSize | FontNameAverageWidth);
65 fontNameAttributes |= FontNameResolutionX;
66 fontNameAttributes |= FontNameResolutionY;
67 fontNameAttributes |= FontNamePointSize;
71 XFormatFontName(&fontName, fontNameAttributes, fontNameString);
195 unsigned int fontNameAttributes; local in function:InstallFontSizes
203 if (!XParseFontName(x_name, &fontName, &fontNameAttributes))
206 fontNameAttributes
[all...]

Completed in 3 milliseconds