Lines Matching refs:pageIndex
90 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter,
95 , fPageIndex(pageIndex)
261 int pageIdx = plot->pageIndex();
392 int pageIdx = plot->pageIndex();
430 for (uint32_t pageIndex = 0; pageIndex < fNumActivePages; ++pageIndex) {
431 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
434 usedAtlasLastFlush |= (1 << pageIndex);
470 for (uint32_t pageIndex = 0; pageIndex < fNumActivePages; ++pageIndex) {
471 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
499 for (uint32_t pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) {
502 SkDebugf("page %d: ", pageIndex);
505 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);