HomeSort by relevance Sort by last modified time
    Searched refs:fAtlases (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrBatchFontCache.cpp 40 if (!fAtlases[index]) {
43 fAtlases[index] = make_atlas(fContext, config,
49 fAtlases[index] = make_atlas(fContext, config,
57 if (fAtlases[index]) {
58 fAtlases[index]->registerEvictionCallback(&GrBatchFontCache::HandleEviction,
71 fAtlases[i] = NULL;
82 SkDELETE(fAtlases[i]);
94 SkDELETE(fAtlases[i]);
95 fAtlases[i] = NULL;
131 if (fAtlases[i])
    [all...]
GrBatchFontCache.h 179 SkASSERT(fAtlases[atlasIndex]);
180 return fAtlases[atlasIndex];
187 GrBatchAtlas* fAtlases[kMaskFormatCount];

Completed in 32 milliseconds