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

  /external/skia/src/pdf/
SkPDFTag.cpp 74 unsigned fPageIndex;
179 mcr->insertRef("Pg", doc->getPage(info.fPageIndex));
  /external/skqp/src/pdf/
SkPDFTag.cpp 74 unsigned fPageIndex;
179 mcr->insertRef("Pg", doc->getPage(info.fPageIndex));
  /external/skia/src/gpu/
GrDrawOpAtlas.h 194 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {}
195 uint32_t fPageIndex;
225 if (pd.fPageIndex < fNumActivePages) {
226 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
227 this->makeMRU(plot, pd.fPageIndex);
309 return new Plot(fPageIndex, fPlotIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig);
327 const uint32_t fPageIndex : 16;
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 100 int getPageIndex() const { return fPageIndex; }
103 int fPageIndex;
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 194 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {}
195 uint32_t fPageIndex;
225 if (pd.fPageIndex < fNumActivePages) {
226 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
227 this->makeMRU(plot, pd.fPageIndex);
309 return new Plot(fPageIndex, fPlotIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig);
327 const uint32_t fPageIndex : 16;
  /external/skqp/tools/flags/
SkCommonFlagsConfig.h 100 int getPageIndex() const { return fPageIndex; }
103 int fPageIndex;
  /external/skia/dm/
DMSrcSink.h 473 int fPageIndex;
  /external/skqp/dm/
DMSrcSink.h 487 int fPageIndex;

Completed in 224 milliseconds