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

/external/skia/src/gpu/
H A DGrAtlas.cpp87 bool GrAtlas::addSubImage(int width, int height, const void* image, function in class:GrAtlas
165 if (atlas && atlas->addSubImage(width, height, image, loc)) {
194 if (!newAtlas->addSubImage(width, height, image, loc)) {
H A DGrAtlas.h32 bool addSubImage(int width, int height, const void*, GrIPoint16*);

Completed in 34 milliseconds