Searched refs:AddGlyph (Results 1 – 5 of 5) sorted by relevance
103 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id);
282 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id) in AddGlyph() function
1172 AddGlyph(glyphSet, glyphs[i].glyph, glyphs[i].id); in ProcRenderAddGlyphs()
121010 render: Plug a memory leak in AddGlyph. (#23286)121012 AddGlyph was missing the FreePicture() call that DeleteGlyph used, resulting121016 Since the code in AddGlyph and DeleteGlyph is identical, move into a static
146 """Remembers the code point for a later call to AddGlyph"""