Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawOpAtlas.cpp84 bool GrDrawOpAtlas::Plot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) { in addSubImage() function in GrDrawOpAtlas::Plot
241 if (plot->addSubImage(width, height, image, loc)) { in addToAtlas()
255 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, loc); in addToAtlas()
281 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, loc); in addToAtlas()
DGrDrawOpAtlas.h205 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc);