Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.cpp49 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()
DGrAtlas.cpp60 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()
DGrAtlas.h42 bool addSubImage(int width, int height, const void*, SkIPoint16*);