Searched refs:ResizeGlyphHash (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | glyphstr.h | 133 ResizeGlyphHash (GlyphHashPtr hash, CARD32 change, Bool global);
|
| H A D | glyph.c | 428 ResizeGlyphHash (GlyphHashPtr hash, CARD32 change, Bool global) function in typeref:typename:Bool 444 CheckDuplicates (hash, "ResizeGlyphHash top"); 466 CheckDuplicates (hash, "ResizeGlyphHash bottom"); 473 return (ResizeGlyphHash (&glyphSet->hash, change, FALSE) && 474 ResizeGlyphHash (&globalGlyphs[glyphSet->fdepth], change, TRUE)); 528 ResizeGlyphHash (&globalGlyphs[glyphSet->fdepth], 0, TRUE);
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | glyph.c | 397 ResizeGlyphHash(GlyphHashPtr hash, CARD32 change, Bool global) function in typeref:typename:Bool 413 CheckDuplicates(hash, "ResizeGlyphHash top"); 433 CheckDuplicates(hash, "ResizeGlyphHash bottom"); 440 return (ResizeGlyphHash(&glyphSet->hash, change, FALSE) && 441 ResizeGlyphHash(&globalGlyphs[glyphSet->fdepth], change, TRUE)); 489 ResizeGlyphHash(&globalGlyphs[glyphSet->fdepth], 0, TRUE);
|
Completed in 4 milliseconds