Searched refs:hasGlyph (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFFont.h59 bool hasGlyph(SkGlyphID gid) { function in class:SkPDFFont
74 SkASSERT(this->hasGlyph(glyph));
H A DSkPDFDevice.cpp1558 if (!font || !font->hasGlyph(gid)) {
/external/skqp/src/pdf/
H A DSkPDFFont.h59 bool hasGlyph(SkGlyphID gid) { function in class:SkPDFFont
74 SkASSERT(this->hasGlyph(glyph));
H A DSkPDFDevice.cpp1558 if (!font || !font->hasGlyph(gid)) {
/external/skia/src/gpu/text/
H A DGrAtlasManager.h86 bool hasGlyph(GrGlyph* glyph);
H A DGrAtlasManager.cpp91 bool GrAtlasManager::hasGlyph(GrGlyph* glyph) { function in class:GrAtlasManager
H A DGrAtlasTextBlobVertexRegenerator.cpp280 if (!fFullAtlasManager->hasGlyph(glyph) &&
/external/skqp/src/gpu/text/
H A DGrAtlasGlyphCache.h149 bool hasGlyph(GrGlyph* glyph) { function in class:GrAtlasGlyphCache
H A DGrAtlasTextBlobVertexRegenerator.cpp276 if (!fGlyphCache->hasGlyph(glyph) &&

Completed in 202 milliseconds