Lines Matching refs:GrGlyph
13 #include "GrGlyph.h"
33 inline GrGlyph* getGlyph(const SkGlyph& skGlyph, GrGlyph::PackedID packed,
35 GrGlyph* glyph = fCache.find(packed);
46 inline GrGlyph* getGlyph(GrGlyph::PackedID packed,
49 GrGlyph* glyph = fCache.find(packed);
66 bool addGlyphToAtlas(GrDrawBatch::Target*, GrGlyph*, GrFontScaler*,
86 SkTDynamicHash<GrGlyph, GrGlyph::PackedID> fCache;
94 GrGlyph* generateGlyph(const SkGlyph&, GrGlyph::PackedID, GrFontScaler*);
135 bool hasGlyph(GrGlyph* glyph) {
141 // the client must pass in the current batch token along with the GrGlyph.
146 GrGlyph* glyph, GrBatchToken token) {