Home
last modified time | relevance | path

Searched refs:fAtlasedGlyphs (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrBatchFontCache.cpp107 if (strike != fontCache->fPreserveStrike && 0 == strike->fAtlasedGlyphs) { in HandleEviction()
159 , fAtlasedGlyphs(0) in GrBatchTextStrike()
198 fAtlasedGlyphs--; in removeID()
199 SkASSERT(fAtlasedGlyphs >= 0); in removeID()
239 fAtlasedGlyphs++; in addGlyphToAtlas()
DGrBatchFontCache.h91 int fAtlasedGlyphs; variable