Searched refs:glyphCachingMode (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfont.h99 extern int glyphCachingMode;
/xsrc/external/mit/bdftopcf/dist/
H A Dfont.h96 extern int glyphCachingMode;
/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontutil.c45 int glyphCachingMode = DEFAULT_GLYPH_CACHING_MODE; variable in typeref:typename:int
205 /* Set glyphCachingMode to the mode the server hopes to
211 glyphCachingMode = defaultGlyphCachingMode;
220 if ( (glyphCachingMode > newmode) && (newmode >= 0) )
221 glyphCachingMode = newmode;
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontutil.c47 int glyphCachingMode = DEFAULT_GLYPH_CACHING_MODE; variable in typeref:typename:int
196 /* Set glyphCachingMode to the mode the server hopes to
202 glyphCachingMode = defaultGlyphCachingMode;
211 if ( (glyphCachingMode > newmode) && (newmode >= 0) )
212 glyphCachingMode = newmode;
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c985 if (glyphCachingMode == CACHING_OFF ||
986 (glyphCachingMode == CACHE_16_BIT_GLYPHS
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c987 if (glyphCachingMode == CACHING_OFF ||
988 (glyphCachingMode == CACHE_16_BIT_GLYPHS

Completed in 14 milliseconds