Lines Matching defs:gr
135 GlyphRefPtr table, gr, del;
144 gr = &table[elt];
145 s = gr->signature;
146 glyph = gr->glyph;
150 gr = del;
156 del = gr;
157 else if (gr == del)
176 return gr;
206 GlyphRefPtr gr;
212 gr = FindGlyphRef (&globalGlyphs[format],
215 if (gr->glyph && gr->glyph != DeletedGlyph)
216 return gr->glyph;
275 GlyphRefPtr gr;
290 gr = FindGlyphRef (&globalGlyphs[format], signature,
292 if (gr - globalGlyphs[format].table != first)
294 if (gr->glyph && gr->glyph != DeletedGlyph)
296 gr->glyph = DeletedGlyph;
297 gr->signature = 0;
309 GlyphRefPtr gr;
315 gr = FindGlyphRef (&globalGlyphs[glyphSet->fdepth], signature,
317 if (gr->glyph && gr->glyph != DeletedGlyph && gr->glyph != glyph)
321 glyph = gr->glyph;
323 else if (gr->glyph != glyph)
325 gr->glyph = glyph;
326 gr->signature = signature;
331 gr = FindGlyphRef (&glyphSet->hash, id, FALSE, 0);
333 if (gr->glyph && gr->glyph != DeletedGlyph)
334 FreeGlyph (gr->glyph, glyphSet->fdepth);
337 gr->glyph = glyph;
338 gr->signature = id;
345 GlyphRefPtr gr;
348 gr = FindGlyphRef (&glyphSet->hash, id, FALSE, 0);
349 glyph = gr->glyph;
352 gr->glyph = DeletedGlyph;
433 GlyphRefPtr gr;
456 gr = FindGlyphRef (&newHash, s, global, glyph->sha1);
457 gr->signature = s;
458 gr->glyph = glyph;