Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
H A DSkPDFFont.h60 bool hasGlyph(SkGlyphID gid) { in hasGlyph() function in SkPDFFont
75 SkASSERT(this->hasGlyph(glyph)); in noteGlyphUsage()
H A DSkPDFDevice.cpp796 if (!font || !font->hasGlyph(glyph->getGlyphID())) { in needs_new_font()
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.h49 bool hasGlyph(GrMaskFormat, GrGlyph*);
H A DGrAtlasManager.cpp32 bool GrAtlasManager::hasGlyph(GrMaskFormat format, GrGlyph* glyph) { in hasGlyph() function in GrAtlasManager
H A DGrTextBlob.cpp404 if (!atlasManager->hasGlyph(maskFormat, grGlyph)) { in regenerateAtlas()

Completed in 10 milliseconds