HomeSort by relevance Sort by last modified time
    Searched refs:addSubImage (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrBatchAtlas.cpp 44 bool GrBatchAtlas::BatchPlot::addSubImage(int width, int height, const void* image,
208 if (plot->addSubImage(width, height, image, loc)) {
223 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, loc);
252 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, loc);
GrBatchAtlas.h 163 bool addSubImage(int width, int height, const void* image, SkIPoint16* loc);

Completed in 73 milliseconds