Lines Matching refs:fPages
243 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart); in uploadToPage()
288 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
324 Plot* currentPlot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
342 fPages[pageIdx].fPlotList.remove(plot); in addToAtlas()
343 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->index()]; in addToAtlas()
346 fPages[pageIdx].fPlotList.addToHead(newPlot.get()); in addToAtlas()
380 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
408 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
441 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
479 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
534 fPages[i].fPlotArray.reset(new sk_sp<Plot>[ numPlotsX * numPlotsY ]); in createPages()
536 sk_sp<Plot>* currPlot = fPages[i].fPlotArray.get(); in createPages()
544 fPages[i].fPlotList.addToHead(currPlot->get()); in createPages()
581 fPages[lastPageIndex].fPlotList.reset(); in deactivateLastPage()
586 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get(); in deactivateLastPage()
593 fPages[lastPageIndex].fPlotList.addToHead(currPlot); in deactivateLastPage()