Searched refs:atlasIndex (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrTextStrike.cpp81 int atlasIndex = mask_format_to_atlas_index(format); local
82 if (NULL == fAtlasMgr[atlasIndex]) {
85 fAtlasMgr[atlasIndex] = SkNEW_ARGS(GrAtlasMgr, (fGpu, config,
92 (this, scaler->getKey(), format, fAtlasMgr[atlasIndex]));
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.cpp84 int atlasIndex = mask_format_to_atlas_index(format); local
85 if (NULL == fAtlases[atlasIndex]) {
88 fAtlases[atlasIndex] = SkNEW_ARGS(GrAtlas, (fGpu, config, kNone_GrTextureFlags,
95 (this, scaler->getKey(), format, fAtlases[atlasIndex]));

Completed in 130 milliseconds