Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.cpp44 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()
DGrBatchAtlas.h163 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc);