Searched refs:fPageIndex (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.h | 82 , fPageIndex(pageIdx) { in PlotLocator() 88 PlotLocator() : fGenID(0), fPlotIndex(0), fPageIndex(0) {} 91 return fGenID != 0 || fPlotIndex != 0 || fPageIndex != 0; 97 fPageIndex = 0; 103 fPageIndex == other.fPageIndex; } 105 uint32_t pageIndex() const { return fPageIndex; } 112 uint64_t fPageIndex:8; 351 PlotData(int pageIdx, int plotIdx) : fPageIndex(pageIdx), fPlotIndex(plotIdx) {} 352 uint32_t fPageIndex; [all...] |
H A D | GrDrawOpAtlas.cpp | 95 , fPageIndex(pageIndex) in Plot() 99 , fPlotLocator(fPageIndex, fPlotIndex, fGenID) in Plot() 199 fPlotLocator = PlotLocator(fPageIndex, fPlotIndex, fGenID); in resetRects()
|
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.h | 150 int getPageIndex() const { return fPageIndex; } in getPageIndex() 153 int fPageIndex; member in SkCommandLineConfigSvg
|
H A D | CommonFlagsConfig.cpp | 667 : SkCommandLineConfig(tag, SkString("svg"), viaParts), fPageIndex(pageIndex) {} in SkCommandLineConfigSvg()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFTag.cpp | 38 unsigned fPageIndex; member 54 unsigned fPageIndex; member 265 mcr->insertRef("Pg", doc->getPage(info.fPageIndex)); in PrepareTagTreeToEmit() 272 annotationDict->insertRef("Pg", doc->getPage(annotationInfo.fPageIndex)); in PrepareTagTreeToEmit()
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 2080 SVGSink::SVGSink(int pageIndex) : fPageIndex(pageIndex) {} in SVGSink() 2086 if (fPageIndex > pageCount - 1) { in draw() 2088 fPageIndex, pageCount); in draw() 2091 return src.draw(fPageIndex, nullptr, in draw() 2097 (void)fPageIndex; in draw()
|
H A D | DMSrcSink.h | 579 int fPageIndex; member in DM::SVGSink
|
Completed in 10 milliseconds