Lines Matching refs:fPages
271 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart); in uploadToPage()
318 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
355 Plot* currentPlot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
373 fPages[pageIdx].fPlotList.remove(plot); in addToAtlas()
374 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->plotIndex()]; in addToAtlas()
377 fPages[pageIdx].fPlotList.addToHead(newPlot.get()); in addToAtlas()
413 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
447 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
480 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
518 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
578 fPages[i].fPlotArray = std::make_unique<sk_sp<Plot>[]>(numPlotsX * numPlotsY); in createPages()
580 sk_sp<Plot>* currPlot = fPages[i].fPlotArray.get(); in createPages()
588 fPages[i].fPlotList.addToHead(currPlot->get()); in createPages()
624 fPages[lastPageIndex].fPlotList.reset(); in deactivateLastPage()
629 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get(); in deactivateLastPage()
636 fPages[lastPageIndex].fPlotList.addToHead(currPlot); in deactivateLastPage()