Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.h59 bool hasGlyph(SkGlyphID gid) { in hasGlyph() function
74 SkASSERT(this->hasGlyph(glyph)); in noteGlyphUsage()
DSkPDFDevice.cpp1561 if (!font || !font->hasGlyph(gid)) { in internalDrawText()
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h139 bool hasGlyph(GrGlyph* glyph) { in hasGlyph() function
DGrAtlasTextBlob_regenInOp.cpp187 if (!fontCache->hasGlyph(glyph) && in regenInOp()