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

/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c92 int fdepth, i; local in function:GlyphUninit
95 for (fdepth = 0; fdepth < GlyphFormatNum; fdepth++)
97 if (!globalGlyphs[fdepth].hashSet)
100 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++)
102 glyph = globalGlyphs[fdepth].table[i].glyph;
312 CheckDuplicates (&globalGlyphs[glyphSet->fdepth], "AddGlyph top global");
315 gr = FindGlyphRef (&globalGlyphs[glyphSet->fdepth], signature,
327 globalGlyphs[glyphSet->fdepth]
372 AllocateGlyph(xGlyphInfo * gi,int fdepth) argument
478 AllocateGlyphSet(int fdepth,PictFormatPtr format) argument
[all...]
H A Dglyphstr.h74 int fdepth; member in struct:_GlyphSet
139 AllocateGlyphSet (int fdepth, PictFormatPtr format);
H A Drender.c1115 glyphSet->fdepth);
1126 glyph_new->glyph = glyph = AllocateGlyph (&gi[i], glyphSet->fdepth);
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c90 int fdepth, i; local in function:GlyphUninit
92 for (fdepth = 0; fdepth < GlyphFormatNum; fdepth++) {
93 if (!globalGlyphs[fdepth].hashSet)
96 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++) {
97 glyph = globalGlyphs[fdepth].table[i].glyph;
288 CheckDuplicates(&globalGlyphs[glyphSet->fdepth], "AddGlyph top global");
291 gr = FindGlyphRef(&globalGlyphs[glyphSet->fdepth], signature,
299 globalGlyphs[glyphSet->fdepth]
343 AllocateGlyph(xGlyphInfo * gi,int fdepth) argument
445 AllocateGlyphSet(int fdepth,PictFormatPtr format) argument
[all...]
H A Dglyphstr.h74 int fdepth; member in struct:_GlyphSet
117 extern GlyphSetPtr AllocateGlyphSet(int fdepth, PictFormatPtr format);
H A Drender.c1075 glyph_new->glyph = FindGlyphByHash(glyph_new->sha1, glyphSet->fdepth);
1085 glyph_new->glyph = glyph = AllocateGlyph(&gi[i], glyphSet->fdepth);
1174 FreeGlyph(glyphs[i].glyph, glyphSet->fdepth);

Completed in 11 milliseconds