Lines Matching refs:BatchPlot
16 GrBatchAtlas::BatchPlot::BatchPlot(int index, uint64_t genID, int offX, int offY, int width, in BatchPlot() function in GrBatchAtlas::BatchPlot
39 GrBatchAtlas::BatchPlot::~BatchPlot() { in ~BatchPlot()
44 bool GrBatchAtlas::BatchPlot::addSubImage(int width, int height, const void* image, in addSubImage()
82 void GrBatchAtlas::BatchPlot::uploadToTexture(GrBatchUploader::TextureUploader* uploader, in uploadToTexture()
99 void GrBatchAtlas::BatchPlot::resetRects() { in resetRects()
120 GrPlotUploader(GrBatchAtlas::BatchPlot* plot, GrTexture* texture) in GrPlotUploader()
132 SkAutoTUnref<GrBatchAtlas::BatchPlot> fPlot;
156 fPlotArray = new SkAutoTUnref<BatchPlot>[numPlotsX * numPlotsY]; in GrBatchAtlas()
158 SkAutoTUnref<BatchPlot>* currPlot = fPlotArray; in GrBatchAtlas()
162 currPlot->reset(new BatchPlot(index, 1, x, y, plotWidth, plotHeight, in GrBatchAtlas()
183 inline void GrBatchAtlas::updatePlot(GrDrawBatch::Target* target, AtlasID* id, BatchPlot* plot) { in updatePlot()
205 BatchPlot* plot; in addToAtlas()
247 SkAutoTUnref<BatchPlot>& newPlot = fPlotArray[plot->index()]; in addToAtlas()