Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrBatchFontCache.cpp22 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 …]
DGrBatchFontCache.h218 SkASSERT(fAtlases[atlasIndex]); in getAtlas()
219 return fAtlases[atlasIndex]; in getAtlas()
226 GrBatchAtlas* fAtlases[kMaskFormatCount]; variable