Lines Matching refs:signature
122 CARD32 signature, Bool match, unsigned char sha1[20]) in FindGlyphRef() argument
130 elt = signature % tableSize; in FindGlyphRef()
135 s = gr->signature; in FindGlyphRef()
148 else if (s == signature && in FindGlyphRef()
153 step = signature % hash->hashSet->rehash; in FindGlyphRef()
190 CARD32 signature = *(CARD32 *) sha1; in FindGlyphByHash() local
195 gr = FindGlyphRef(&globalGlyphs[format], signature, TRUE, sha1); in FindGlyphByHash()
256 CARD32 signature; in FreeGlyph() local
266 signature = *(CARD32 *) glyph->sha1; in FreeGlyph()
267 gr = FindGlyphRef(&globalGlyphs[format], signature, TRUE, glyph->sha1); in FreeGlyph()
272 gr->signature = 0; in FreeGlyph()
285 CARD32 signature; in AddGlyph() local
289 signature = *(CARD32 *) glyph->sha1; in AddGlyph()
290 gr = FindGlyphRef(&globalGlyphs[glyphSet->fdepth], signature, in AddGlyph()
299 gr->signature = signature; in AddGlyph()
311 gr->signature = id; in AddGlyph()
422 s = hash->table[i].signature; in ResizeGlyphHash()
425 gr->signature = s; in ResizeGlyphHash()