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

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 99 if (fAtlases[i]) {
100 fAtlases[i]->uploadPlotsToTexture();
131 GrAtlas* fAtlases[kAtlasCount];
GrTextStrike.cpp 35 fAtlases[i] = NULL;
48 delete fAtlases[i];
85 if (NULL == fAtlases[atlasIndex]) {
88 fAtlases[atlasIndex] = SkNEW_ARGS(GrAtlas, (fGpu, config, kNone_GrTextureFlags,
95 (this, scaler->getKey(), format, fAtlases[atlasIndex]));
119 delete fAtlases[i];
120 fAtlases[i] = NULL;
200 if (fAtlases[i]) {
201 GrTexture* texture = fAtlases[i]->getTexture();

Completed in 299 milliseconds