HomeSort by relevance Sort by last modified time
    Searched refs:fPageIndex (Results 1 - 8 of 8) sorted by null

  /external/skia/tools/flags/
SkCommonFlagsConfig.h 98 int getPageIndex() const { return fPageIndex; }
101 int fPageIndex;
SkCommonFlagsConfig.cpp 505 : SkCommandLineConfig(tag, SkString("svg"), viaParts), fPageIndex(pageIndex) {}
  /external/skia/src/gpu/
GrDrawOpAtlas.h 179 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {}
180 uint32_t fPageIndex;
210 if (pd.fPageIndex < fNumActivePages) {
211 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
212 this->makeMRU(plot, pd.fPageIndex);
297 return new Plot(fPageIndex, fPlotIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig);
315 const uint32_t fPageIndex : 16;
GrDrawOpAtlas.cpp 62 , fPageIndex(pageIndex)
65 , fID(CreateId(fPageIndex, fPlotIndex, fGenID))
166 fID = CreateId(fPageIndex, fPlotIndex, fGenID);
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 175 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {}
176 uint32_t fPageIndex;
206 if (pd.fPageIndex < fNumPages) {
207 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
208 this->makeMRU(plot, pd.fPageIndex);
289 return new Plot(fPageIndex, fPlotIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig);
307 const uint32_t fPageIndex : 16;
GrDrawOpAtlas.cpp 44 , fPageIndex(pageIndex)
47 , fID(CreateId(fPageIndex, fPlotIndex, fGenID))
135 fID = CreateId(fPageIndex, fPlotIndex, fGenID);
  /external/skia/dm/
DMSrcSink.cpp     [all...]
DMSrcSink.h 468 int fPageIndex;

Completed in 846 milliseconds