Searched refs:fAtlases (Results 1 – 2 of 2) sorted by relevance
22 if (!fAtlases[index]) { in initAtlas()29 fAtlases[index] = in initAtlas()34 if (!fAtlases[index]) { in initAtlas()45 fAtlases[i] = nullptr; in GrBatchFontCache()79 delete fAtlases[i]; in ~GrBatchFontCache()92 delete fAtlases[i]; in freeAll()93 fAtlases[i] = nullptr; in freeAll()118 if (fAtlases[i]) { in dump()119 GrTexture* texture = fAtlases[i]->getTexture(); in dump()138 if (fAtlases[i]) { in setAtlasSizes_ForTesting()[all …]
218 SkASSERT(fAtlases[atlasIndex]); in getAtlas()219 return fAtlases[atlasIndex]; in getAtlas()226 GrBatchAtlas* fAtlases[kMaskFormatCount]; variable