Lines Matching refs:currPlot
638 sk_sp<Plot>* currPlot = fPages[i].fPlotArray.get();
642 currPlot->reset(new Plot(
646 fPages[i].fPlotList.addToHead(currPlot->get());
647 ++currPlot;
687 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get();
688 currPlot->resetRects();
689 currPlot->resetFlushesSinceLastUsed();
692 SkDEBUGCODE(currPlot->fPrev = currPlot->fNext = nullptr);
693 SkDEBUGCODE(currPlot->fList = nullptr);
694 fPages[lastPageIndex].fPlotList.addToHead(currPlot);