Lines Matching refs:fPlotList
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()
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()
544 fPages[i].fPlotList.addToHead(currPlot->get()); in createPages()
581 fPages[lastPageIndex].fPlotList.reset(); in deactivateLastPage()
593 fPages[lastPageIndex].fPlotList.addToHead(currPlot); in deactivateLastPage()