Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.h109 bool hasGlyph(uint16_t glyphID);
DSkPDFFont.cpp777 bool SkPDFFont::hasGlyph(uint16_t id) { in hasGlyph() function in SkPDFFont
DSkPDFDevice.cpp2034 !contentEntry->fState.fFont->hasGlyph(glyphID)) { in updateFont()
/external/skia/src/gpu/
DGrBatchFontCache.h112 bool hasGlyph(GrGlyph* glyph) { in hasGlyph() function
DGrAtlasTextContext.cpp1657 if (!fFontCache->hasGlyph(glyph) && in generateGeometry()