Lines Matching refs:fPageIndex
82 , fPageIndex(pageIdx) {
88 PlotLocator() : fGenID(0), fPlotIndex(0), fPageIndex(0) {}
91 return fGenID != 0 || fPlotIndex != 0 || fPageIndex != 0;
97 fPageIndex = 0;
103 fPageIndex == other.fPageIndex; }
105 uint32_t pageIndex() const { return fPageIndex; }
112 uint64_t fPageIndex:8;
351 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {}
352 uint32_t fPageIndex;
382 if (pd.fPageIndex < fNumActivePages) {
383 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
384 this->makeMRU(plot, pd.fPageIndex);
424 uint32_t pageIndex() const { return fPageIndex; }
472 fPageIndex, fPlotIndex, fGenerationCounter, fX, fY, fWidth, fHeight, fColorType);
481 const uint32_t fPageIndex : 16;