Searched refs:addSubImage (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.cpp | 124 bool GrDrawOpAtlas::Plot::addSubImage( in addSubImage() function in GrDrawOpAtlas::Plot 297 if (plot->addSubImage(width, height, image, atlasLocator)) { in uploadToPage() 344 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, atlasLocator); in addToAtlas() 400 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, atlasLocator); in addToAtlas()
|
H A D | GrDrawOpAtlas.h | 439 bool addSubImage(int width, int height, const void* image, AtlasLocator* atlasLocator);
|
Completed in 3 milliseconds