Lines Matching refs:fdepth
90 int fdepth, i; in GlyphUninit() local
92 for (fdepth = 0; fdepth < GlyphFormatNum; fdepth++) { in GlyphUninit()
93 if (!globalGlyphs[fdepth].hashSet) in GlyphUninit()
96 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++) { in GlyphUninit()
97 glyph = globalGlyphs[fdepth].table[i].glyph; in GlyphUninit()
287 CheckDuplicates(&globalGlyphs[glyphSet->fdepth], "AddGlyph top global"); in AddGlyph()
290 gr = FindGlyphRef(&globalGlyphs[glyphSet->fdepth], signature, in AddGlyph()
300 globalGlyphs[glyphSet->fdepth].tableEntries++; in AddGlyph()
307 FreeGlyph(gr->glyph, glyphSet->fdepth); in AddGlyph()
312 CheckDuplicates(&globalGlyphs[glyphSet->fdepth], "AddGlyph bottom"); in AddGlyph()
326 FreeGlyph(glyph, glyphSet->fdepth); in DeleteGlyph()
344 AllocateGlyph(xGlyphInfo * gi, int fdepth) in AllocateGlyph() argument
442 ResizeGlyphHash(&globalGlyphs[glyphSet->fdepth], change, TRUE)); in ResizeGlyphSet()
446 AllocateGlyphSet(int fdepth, PictFormatPtr format) in AllocateGlyphSet() argument
450 if (!globalGlyphs[fdepth].hashSet) { in AllocateGlyphSet()
451 if (!AllocateGlyphHash(&globalGlyphs[fdepth], &glyphHashSets[0])) in AllocateGlyphSet()
464 glyphSet->fdepth = fdepth; in AllocateGlyphSet()
482 FreeGlyph(glyph, glyphSet->fdepth); in FreeGlyphSet()
484 if (!globalGlyphs[glyphSet->fdepth].tableEntries) { in FreeGlyphSet()
485 free(globalGlyphs[glyphSet->fdepth].table); in FreeGlyphSet()
486 globalGlyphs[glyphSet->fdepth].table = 0; in FreeGlyphSet()
487 globalGlyphs[glyphSet->fdepth].hashSet = 0; in FreeGlyphSet()
490 ResizeGlyphHash(&globalGlyphs[glyphSet->fdepth], 0, TRUE); in FreeGlyphSet()