Lines Matching refs:lastPageIndex
442 int lastPageIndex = fNumActivePages - 1;
443 while (lastPageIndex > 0 && !(usedAtlasLastFlush & (1 << lastPageIndex))) {
445 lastPageIndex--;
495 uint32_t lastPageIndex = fNumActivePages - 1;
499 for (uint32_t pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) {
538 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
542 SkDebugf("page %d: ", lastPageIndex);
576 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
677 uint32_t lastPageIndex = fNumActivePages - 1;
682 fPages[lastPageIndex].fPlotList.reset();
687 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get();
694 fPages[lastPageIndex].fPlotList.addToHead(currPlot);
699 fViews[lastPageIndex].proxy()->deinstantiate();