Searched refs:fPlotList (Results 1 – 2 of 2) sorted by relevance
290 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart); in uploadToPage()337 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()374 Plot* currentPlot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()392 fPages[pageIdx].fPlotList.remove(plot); in addToAtlas()396 fPages[pageIdx].fPlotList.addToHead(newPlot.get()); in addToAtlas()430 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compactRadicals()470 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()504 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()537 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()575 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()[all …]
509 if (fPages[pageIdx].fPlotList.head() == plot) { in makeMRU()513 fPages[pageIdx].fPlotList.remove(plot); in makeMRU()514 fPages[pageIdx].fPlotList.addToHead(plot); in makeMRU()559 PlotList fPlotList; member