Lines Matching refs:fPlotIndex
77 , fPlotIndex(plotIdx) in PlotLocator()
84 PlotLocator() : fGenID(0), fPlotIndex(0), fPageIndex(0) {} in PlotLocator()
87 return fGenID != 0 || fPlotIndex != 0 || fPageIndex != 0; in isValid()
92 fPlotIndex = 0; in makeInvalid()
98 fPlotIndex == other.fPlotIndex &&
102 uint32_t plotIndex() const { return fPlotIndex; } in plotIndex()
107 uint64_t fPlotIndex:8; variable
318 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {} in PlotData()
320 uint32_t fPlotIndex; member
350 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
387 uint32_t plotIndex() const { return fPlotIndex; } in plotIndex()
432 fPageIndex, fPlotIndex, fGenerationCounter, fX, fY, fWidth, fHeight, fColorType); in clone()
442 const uint32_t fPlotIndex : 16; member