Lines Matching refs:signature
122 CARD32 signature, Bool match, unsigned char sha1[20])
130 elt = signature % tableSize;
135 s = gr->signature;
148 else if (s == signature &&
153 step = signature % hash->hashSet->rehash;
190 CARD32 signature = *(CARD32 *) sha1;
195 gr = FindGlyphRef(&globalGlyphs[format], signature, TRUE, sha1);
257 CARD32 signature;
267 signature = *(CARD32 *) glyph->sha1;
268 gr = FindGlyphRef(&globalGlyphs[format], signature, TRUE, glyph->sha1);
273 gr->signature = 0;
286 CARD32 signature;
290 signature = *(CARD32 *) glyph->sha1;
291 gr = FindGlyphRef(&globalGlyphs[glyphSet->fdepth], signature,
298 gr->signature = signature;
310 gr->signature = id;
421 s = hash->table[i].signature;
424 gr->signature = s;