Lines Matching refs:fPageIndex
78 , fPageIndex(pageIdx) { in PlotLocator()
84 PlotLocator() : fGenID(0), fPlotIndex(0), fPageIndex(0) {} in PlotLocator()
87 return fGenID != 0 || fPlotIndex != 0 || fPageIndex != 0; in isValid()
93 fPageIndex = 0; in makeInvalid()
99 fPageIndex == other.fPageIndex; }
101 uint32_t pageIndex() const { return fPageIndex; } in pageIndex()
108 uint64_t fPageIndex:8; variable
318 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {} in PlotData()
319 uint32_t fPageIndex; member
349 if (pd.fPageIndex < fNumActivePages) { in setLastUseTokenBulk()
350 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
351 this->makeMRU(plot, pd.fPageIndex); in setLastUseTokenBulk()
384 uint32_t pageIndex() const { return fPageIndex; } in pageIndex()
432 fPageIndex, fPlotIndex, fGenerationCounter, fX, fY, fWidth, fHeight, fColorType); in clone()
441 const uint32_t fPageIndex : 16; member