Searched refs:addSubImage (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrBatchAtlas.cpp | 49 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc, size_t rowBytes) { in addSubImage() function in BatchPlot 297 if (plot->addSubImage(width, height, image, loc, fBPP * width)) { in addToAtlas() 312 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, loc, fBPP * width); in addToAtlas() 343 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, loc, fBPP * width); in addToAtlas()
|
D | GrAtlas.cpp | 60 bool GrPlot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) { in addSubImage() function in GrPlot 213 if (this == plot->fAtlas && plot->addSubImage(width, height, image, loc)) { in addToAtlas() 241 if (plot->addSubImage(width, height, image, loc)) { in addToAtlas()
|
D | GrAtlas.h | 42 bool addSubImage(int width, int height, const void*, SkIPoint16*);
|