Searched refs:glyphSets (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfstr.h172 unsigned int glyphSets; /* number of sets of glyphs, for sub-pixel member in struct:_snfFontInfo
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfstr.h172 unsigned int glyphSets; /* number of sets of glyphs, for sub-pixel member in struct:_snfFontInfo
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxpict.c216 if (glyphPriv->glyphSets[idx]) {
217 XRenderFreeGlyphSet(dmxScreen->beDisplay, glyphPriv->glyphSets[idx]);
218 glyphPriv->glyphSets[idx] = (GlyphSet)0;
243 glyphPriv->glyphSets[idx]
281 glyphPriv->glyphSets = NULL;
282 MAXSCREENSALLOC_RETURN(glyphPriv->glyphSets, BadAlloc);
290 glyphPriv->glyphSets[i] = 0;
336 MAXSCREENSFREE(glyphPriv->glyphSets);
385 glyphPriv->glyphSets[i],
428 glyphPriv->glyphSets[
[all...]
H A Ddmxpict.h54 GlyphSet *glyphSets; /**< Glyph Set IDs from back-end server */ member in struct:_dmxGlyphPriv
H A Ddmxextension.c1097 if (glyphPriv->glyphSets[scrnNum]) {
1154 XRenderAddGlyphs(dmxScreen->beDisplay, glyphPriv->glyphSets[scrnNum],

Completed in 154 milliseconds