OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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