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

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 236 GrAtlas* newAtlas = SkNEW_ARGS(GrAtlas, (this, plot.fX, plot.fY, format));
237 if (!newAtlas->addSubImage(width, height, image, loc)) {
238 delete newAtlas;
243 newAtlas->fNext = *atlas;
244 *atlas = newAtlas;
246 return newAtlas;
  /external/skia/src/gpu/
GrAtlas.cpp 236 GrAtlas* newAtlas = SkNEW_ARGS(GrAtlas, (this, plot.fX, plot.fY, format));
237 if (!newAtlas->addSubImage(width, height, image, loc)) {
238 delete newAtlas;
243 newAtlas->fNext = *atlas;
244 *atlas = newAtlas;
246 return newAtlas;

Completed in 5331 milliseconds