/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_memory_stream.cpp | 95 uint32 pageIndex = (uint32) (offset / fPageSize); in DoRead() local 100 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoRead() 199 uint32 pageIndex = (uint32) (offset / fPageSize); in DoWrite() local 206 uint8 *dPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoWrite() 248 uint32 pageIndex = (uint32) (offset / fPageSize); in CopyToStream() local 253 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in CopyToStream()
|
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.h | 105 uint32_t pageIndex() const { return fPageIndex; } 133 uint32_t pageIndex() const { return fPlotLocator.pageIndex(); } 168 SkASSERT(fPlotLocator.pageIndex() <= 15); 169 // package pageIndex(max value is 16, 4bit) 171 uint16_t page = fPlotLocator.pageIndex() << 12; 177 SkASSERT(fPlotLocator.pageIndex() <= 3); 178 uint16_t page = fPlotLocator.pageIndex() << 13; 300 uint32_t page = plotLocator.pageIndex(); 311 uint32_t pageIdx = atlasLocator.pageIndex(); [all...] |
H A D | GrDrawOpAtlas.cpp | 90 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter, in Plot() argument 95 , fPageIndex(pageIndex) in Plot() 261 int pageIdx = plot->pageIndex(); in updatePlot() 392 int pageIdx = plot->pageIndex(); in addToAtlas() 430 for (uint32_t pageIndex = 0; pageIndex < fNumActivePages; ++pageIndex) { in compactRadicals() 431 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compactRadicals() 434 usedAtlasLastFlush |= (1 << pageIndex); in compactRadicals() 470 for (uint32_t pageIndex in compact() [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFTag.h | 28 int createMarkIdForNodeId(int nodeId, unsigned pageIndex); 32 int createStructParentKeyForNodeId(int nodeId, unsigned pageIndex); 34 void addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex);
|
H A D | SkPDFTag.cpp | 190 int SkPDFTagTree::createMarkIdForNodeId(int nodeId, unsigned pageIndex) { in createMarkIdForNodeId() argument 200 while (fMarksPerPage.size() < pageIndex + 1) { in createMarkIdForNodeId() 203 SkTArray<SkPDFTagNode*>& pageMarks = fMarksPerPage[pageIndex]; in createMarkIdForNodeId() 205 tag->fMarkedContent.push_back({pageIndex, markId}); in createMarkIdForNodeId() 210 int SkPDFTagTree::createStructParentKeyForNodeId(int nodeId, unsigned pageIndex) { in createStructParentKeyForNodeId() argument 301 void SkPDFTagTree::addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex) { in addNodeAnnotation() argument 312 SkPDFTagNode::AnnotationInfo annotationInfo = {pageIndex, annotationRef}; in addNodeAnnotation()
|
H A D | SkPDFDocument.cpp | 520 SkPDFIndirectReference SkPDFDocument::getPage(size_t pageIndex) const { in getPage() 521 SkASSERT(pageIndex < fPageRefs.size()); in getPage() 522 return fPageRefs[pageIndex]; in getPage()
|
H A D | SkPDFDocumentPriv.h | 115 SkPDFIndirectReference getPage(size_t pageIndex) const;
|
/third_party/skia/third_party/externals/expat/expat/gennmtab/ |
H A D | gennmtab.c | 403 unsigned char pageIndex[512]; in printTabs() local 418 pageIndex[i] = pageIndex[i - 256]; in printTabs() 420 pageIndex[i] = nBitmaps++; in printTabs() 431 pageIndex[i] = kind; in printTabs() 438 printf("0x%02X,", pageIndex[i]); in printTabs()
|
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.cpp | 666 int pageIndex) in SkCommandLineConfigSvg() 667 : SkCommandLineConfig(tag, SkString("svg"), viaParts), fPageIndex(pageIndex) {} in SkCommandLineConfigSvg() 673 int pageIndex = 0; in parse_command_line_config_svg() local 681 bool validOptions = extendedOptions.get_option_int("page", &pageIndex); in parse_command_line_config_svg() 687 return new SkCommandLineConfigSvg(tag, vias, pageIndex); in parse_command_line_config_svg() 664 SkCommandLineConfigSvg(const SkString& tag, const SkTArray<SkString>& viaParts, int pageIndex) SkCommandLineConfigSvg() argument
|
H A D | CommonFlagsConfig.h | 147 SkCommandLineConfigSvg(const SkString& tag, const SkTArray<SkString>& viaParts, int pageIndex);
|
/third_party/skia/dm/ |
H A D | DMSrcSink.h | 572 SVGSink(int pageIndex = 0);
|
H A D | DM.cpp | 972 int pageIndex = svgConfig->getPageIndex(); in create_sink() local 973 return new SVGSink(pageIndex); in create_sink()
|
H A D | DMSrcSink.cpp | 2080 SVGSink::SVGSink(int pageIndex) : fPageIndex(pageIndex) {} in SVGSink() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |