Lines Matching refs:glyph
36 GrGlyph* glyph = fCache.find(packed); in getGlyph() local
37 if (NULL == glyph) { in getGlyph()
38 glyph = this->generateGlyph(packed, scaler); in getGlyph()
40 return glyph; in getGlyph()
112 bool hasGlyph(GrGlyph* glyph) { in hasGlyph() argument
113 SkASSERT(glyph); in hasGlyph()
114 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID); in hasGlyph()
123 GrGlyph* glyph, GrBatchAtlas::BatchToken token) { in addGlyphToBulkAndSetUseToken() argument
124 SkASSERT(glyph); in addGlyphToBulkAndSetUseToken()
125 updater->add(glyph->fID); in addGlyphToBulkAndSetUseToken()
126 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token); in addGlyphToBulkAndSetUseToken()