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

  /external/skia/src/gpu/
GrDrawOpAtlas.cpp 521 sk_sp<Plot>* currPlot = fPages[i].fPlotArray.get();
525 currPlot->reset(new Plot(i, plotIndex, 1, x, y, fPlotWidth, fPlotHeight,
529 fPages[i].fPlotList.addToHead(currPlot->get());
530 ++currPlot;
573 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get();
574 currPlot->resetRects();
575 currPlot->resetFlushesSinceLastUsed();
578 SkDEBUGCODE(currPlot->fPrev = currPlot->fNext = nullptr);
579 SkDEBUGCODE(currPlot->fList = nullptr)
    [all...]
  /external/skqp/src/gpu/
GrDrawOpAtlas.cpp 480 sk_sp<Plot>* currPlot = fPages[fNumPages].fPlotArray.get();
484 currPlot->reset(new Plot(fNumPages, plotIndex, 1, x, y, fPlotWidth, fPlotHeight,
488 fPages[fNumPages].fPlotList.addToHead(currPlot->get());
489 ++currPlot;

Completed in 128 milliseconds