Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrBatchFontCache.h217 int atlasIndex = MaskFormatToAtlasIndex(format); in getAtlas() local
218 SkASSERT(fAtlases[atlasIndex]); in getAtlas()
219 return fAtlases[atlasIndex]; in getAtlas()