Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchFontCache.cpp40 if (!fAtlases[index]) { in initAtlas()
43 fAtlases[index] = make_atlas(fContext, config, in initAtlas()
49 fAtlases[index] = make_atlas(fContext, config, in initAtlas()
57 if (fAtlases[index]) { in initAtlas()
58 fAtlases[index]->registerEvictionCallback(&GrBatchFontCache::HandleEviction, in initAtlas()
71 fAtlases[i] = NULL; in GrBatchFontCache()
82 SkDELETE(fAtlases[i]); in ~GrBatchFontCache()
94 SkDELETE(fAtlases[i]); in freeAll()
95 fAtlases[i] = NULL; in freeAll()
131 if (fAtlases[i]) { in dump()
[all …]
DGrBatchFontCache.h179 SkASSERT(fAtlases[atlasIndex]); in getAtlas()
180 return fAtlases[atlasIndex]; in getAtlas()
187 GrBatchAtlas* fAtlases[kMaskFormatCount]; variable