Searched refs:addSubImage (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 123 bool GrDrawOpAtlas::Plot::addSubImage( in addSubImage() function in GrDrawOpAtlas::Plot 296 if (plot->addSubImage(width, height, image, atlasLocator)) { in uploadToPage() 343 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, atlasLocator); in addToAtlas() 399 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, atlasLocator); in addToAtlas()
|
D | GrDrawOpAtlas.h | 439 bool addSubImage(int width, int height, const void* image, AtlasLocator* atlasLocator);
|