Searched refs:fAtlases (Results 1 – 2 of 2) sorted by relevance
40 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 …]
179 SkASSERT(fAtlases[atlasIndex]); in getAtlas()180 return fAtlases[atlasIndex]; in getAtlas()187 GrBatchAtlas* fAtlases[kMaskFormatCount]; variable