Home
last modified time | relevance | path

Searched refs:hasGlyph (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/pdf/
DSkPDFFont.h57 bool hasGlyph(SkGlyphID gid) { in hasGlyph() function
72 SkASSERT(this->hasGlyph(glyph)); in noteGlyphUsage()
DSkPDFDevice.cpp1052 if (!font || !font->hasGlyph(gid)) { in needs_new_font()
/external/skia/src/pdf/
DSkPDFFont.h61 bool hasGlyph(SkGlyphID gid) { in hasGlyph() function
76 SkASSERT(this->hasGlyph(glyph)); in noteGlyphUsage()
DSkPDFDevice.cpp788 if (!font || !font->hasGlyph(glyph->getGlyphID())) { in needs_new_font()
/external/skia/src/gpu/text/
DGrAtlasManager.h47 bool hasGlyph(GrMaskFormat, GrGlyph*);
DGrAtlasManager.cpp32 bool GrAtlasManager::hasGlyph(GrMaskFormat format, GrGlyph* glyph) { in hasGlyph() function in GrAtlasManager
DGrTextBlob.cpp395 if (!atlasManager->hasGlyph(maskFormat, grGlyph)) { in regenerateAtlas()
/external/skqp/src/gpu/text/
DGrAtlasManager.h59 bool hasGlyph(GrGlyph* glyph);
DGrAtlasManager.cpp59 bool GrAtlasManager::hasGlyph(GrGlyph* glyph) { in hasGlyph() function in GrAtlasManager
DGrTextBlobVertexRegenerator.cpp206 if (!fFullAtlasManager->hasGlyph(glyph)) { in doRegen()