Lines Matching refs:atlasLocator
29 void GrDrawOpAtlas::validate(const AtlasLocator& atlasLocator) const { in validate()
34 int plotIndex = atlasLocator.plotIndex(); in validate()
35 auto topLeft = atlasLocator.topLeft(); in validate()
118 int width, int height, const void* image, AtlasLocator* atlasLocator) { in addSubImage() argument
156 atlasLocator->updateRect(rect); in addSubImage()
240 AtlasLocator* atlasLocator, Plot* plot) { in updatePlot() argument
260 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot()
261 SkDEBUGCODE(this->validate(*atlasLocator);) in updatePlot()
266 int height, const void* image, AtlasLocator* atlasLocator) { in uploadToPage() argument
277 if (plot->addSubImage(width, height, image, atlasLocator)) { in uploadToPage()
278 return this->updatePlot(target, atlasLocator, plot); in uploadToPage()
297 AtlasLocator* atlasLocator) { in addToAtlas() argument
306 if (this->uploadToPage(pageIdx, target, width, height, image, atlasLocator)) { in addToAtlas()
324 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, atlasLocator); in addToAtlas()
326 if (!this->updatePlot(target, atlasLocator, plot)) { in addToAtlas()
338 if (this->uploadToPage(fNumActivePages-1, target, width, height, image, atlasLocator)) { in addToAtlas()
380 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, atlasLocator); in addToAtlas()
397 atlasLocator->updatePlotLocator(newPlot->plotLocator()); in addToAtlas()
398 SkDEBUGCODE(this->validate(*atlasLocator);) in addToAtlas()