Home
last modified time | relevance | path

Searched refs:fPlotIndex (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrDrawOpAtlas.h194 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {} in PlotData()
196 uint32_t fPlotIndex; member
226 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
265 uint32_t index() const { return fPlotIndex; } in index()
309 return new Plot(fPageIndex, fPlotIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig); in clone()
328 const uint32_t fPlotIndex : 16; member
DGrDrawOpAtlas.cpp64 , fPlotIndex(plotIndex) in Plot()
66 , fID(CreateId(fPageIndex, fPlotIndex, fGenID)) in Plot()
167 fID = CreateId(fPageIndex, fPlotIndex, fGenID); in resetRects()
/external/skia/src/gpu/
DGrDrawOpAtlas.h228 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {} in PlotData()
230 uint32_t fPlotIndex; member
260 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
299 uint32_t index() const { return fPlotIndex; } in index()
344 fPageIndex, fPlotIndex, fGenerationCounter, fX, fY, fWidth, fHeight, fColorType); in clone()
363 const uint32_t fPlotIndex : 16; member
DGrDrawOpAtlas.cpp100 , fPlotIndex(plotIndex) in Plot()
103 , fPlotLocator(CreatePlotLocator(fPageIndex, fPlotIndex, fGenID)) in Plot()
196 fPlotLocator = CreatePlotLocator(fPageIndex, fPlotIndex, fGenID); in resetRects()