Home
last modified time | relevance | path

Searched refs:currPlot (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrLayerAtlas.cpp98 Plot* currPlot = fPlotArray; in GrLayerAtlas() local
101 currPlot->init(y*numPlotsX+x, x, y, plotWidth, plotHeight); in GrLayerAtlas()
104 fPlotList.addToHead(currPlot); in GrLayerAtlas()
105 ++currPlot; in GrLayerAtlas()
DGrBatchAtlas.cpp158 SkAutoTUnref<BatchPlot>* currPlot = fPlotArray; in GrBatchAtlas() local
162 currPlot->reset(new BatchPlot(index, 1, x, y, plotWidth, plotHeight, in GrBatchAtlas()
166 fPlotList.addToHead(currPlot->get()); in GrBatchAtlas()
167 ++currPlot; in GrBatchAtlas()