Searched refs:addSubImage (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrBatchAtlas.cpp | 44 bool GrBatchAtlas::BatchPlot::addSubImage(int width, int height, const void* image, in addSubImage() function in GrBatchAtlas::BatchPlot 208 if (plot->addSubImage(width, height, image, loc)) { in addToAtlas() 223 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, loc); in addToAtlas() 252 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, loc); in addToAtlas()
|
D | GrBatchAtlas.h | 163 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc);
|