Searched refs:hasGlyph (Results 1 – 10 of 10) sorted by relevance
57 bool hasGlyph(SkGlyphID gid) { in hasGlyph() function72 SkASSERT(this->hasGlyph(glyph)); in noteGlyphUsage()
1052 if (!font || !font->hasGlyph(gid)) { in needs_new_font()
61 bool hasGlyph(SkGlyphID gid) { in hasGlyph() function76 SkASSERT(this->hasGlyph(glyph)); in noteGlyphUsage()
788 if (!font || !font->hasGlyph(glyph->getGlyphID())) { in needs_new_font()
47 bool hasGlyph(GrMaskFormat, GrGlyph*);
32 bool GrAtlasManager::hasGlyph(GrMaskFormat format, GrGlyph* glyph) { in hasGlyph() function in GrAtlasManager
395 if (!atlasManager->hasGlyph(maskFormat, grGlyph)) { in regenerateAtlas()
59 bool hasGlyph(GrGlyph* glyph);
59 bool GrAtlasManager::hasGlyph(GrGlyph* glyph) { in hasGlyph() function in GrAtlasManager
206 if (!fFullAtlasManager->hasGlyph(glyph)) { in doRegen()