Lines Matching defs:hashSet
93 if (!globalGlyphs[fdepth].hashSet)
96 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++) {
127 CARD32 tableSize = hash->hashSet->size;
153 step = signature % hash->hashSet->rehash;
192 if (!globalGlyphs[format].hashSet)
216 for (i = 0; i < hash->hashSet->size; i++) {
220 for (j = i + 1; j < hash->hashSet->size; j++)
260 for (i = 0; i < globalGlyphs[format].hashSet->size; i++)
386 AllocateGlyphHash(GlyphHashPtr hash, GlyphHashSetPtr hashSet)
388 hash->table = calloc(hashSet->size, sizeof(GlyphRefRec));
391 hash->hashSet = hashSet;
400 GlyphHashSetPtr hashSet;
409 hashSet = FindGlyphHashSet(tableEntries);
410 if (hashSet == hash->hashSet)
414 if (!AllocateGlyphHash(&newHash, hashSet))
417 oldSize = hash->hashSet->size;
449 if (!globalGlyphs[fdepth].hashSet) {
474 CARD32 i, tableSize = glyphSet->hash.hashSet->size;
486 globalGlyphs[glyphSet->fdepth].hashSet = 0;