Lines Matching refs:fdepth
92 int fdepth, i;
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].tableEntries++;
334 FreeGlyph (gr->glyph, glyphSet->fdepth);
339 CheckDuplicates (&globalGlyphs[glyphSet->fdepth], "AddGlyph bottom");
354 FreeGlyph (glyph, glyphSet->fdepth);
372 AllocateGlyph (xGlyphInfo *gi, int fdepth)
474 ResizeGlyphHash (&globalGlyphs[glyphSet->fdepth], change, TRUE));
478 AllocateGlyphSet (int fdepth, PictFormatPtr format)
482 if (!globalGlyphs[fdepth].hashSet)
484 if (!AllocateGlyphHash (&globalGlyphs[fdepth], &glyphHashSets[0]))
498 glyphSet->fdepth = fdepth;
519 FreeGlyph (glyph, glyphSet->fdepth);
521 if (!globalGlyphs[glyphSet->fdepth].tableEntries)
523 free(globalGlyphs[glyphSet->fdepth].table);
524 globalGlyphs[glyphSet->fdepth].table = 0;
525 globalGlyphs[glyphSet->fdepth].hashSet = 0;
528 ResizeGlyphHash (&globalGlyphs[glyphSet->fdepth], 0, TRUE);