Lines Matching refs:hashSet
93 if (!globalGlyphs[fdepth].hashSet) in GlyphUninit()
96 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++) { in GlyphUninit()
127 CARD32 tableSize = hash->hashSet->size; in FindGlyphRef()
153 step = signature % hash->hashSet->rehash; in FindGlyphRef()
192 if (!globalGlyphs[format].hashSet) in FindGlyphByHash()
216 for (i = 0; i < hash->hashSet->size; i++) { in CheckDuplicates()
220 for (j = i + 1; j < hash->hashSet->size; j++) in CheckDuplicates()
259 for (i = 0; i < globalGlyphs[format].hashSet->size; i++) in FreeGlyph()
387 AllocateGlyphHash(GlyphHashPtr hash, GlyphHashSetPtr hashSet) in AllocateGlyphHash() argument
389 hash->table = calloc(hashSet->size, sizeof(GlyphRefRec)); in AllocateGlyphHash()
392 hash->hashSet = hashSet; in AllocateGlyphHash()
401 GlyphHashSetPtr hashSet; in ResizeGlyphHash() local
410 hashSet = FindGlyphHashSet(tableEntries); in ResizeGlyphHash()
411 if (hashSet == hash->hashSet) in ResizeGlyphHash()
415 if (!AllocateGlyphHash(&newHash, hashSet)) in ResizeGlyphHash()
418 oldSize = hash->hashSet->size; in ResizeGlyphHash()
450 if (!globalGlyphs[fdepth].hashSet) { in AllocateGlyphSet()
475 CARD32 i, tableSize = glyphSet->hash.hashSet->size; in FreeGlyphSet()
487 globalGlyphs[glyphSet->fdepth].hashSet = 0; in FreeGlyphSet()