/external/dng_sdk/source/ |
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()
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.h | 101 uint32_t pageIndex() const { return fPageIndex; } in pageIndex() function 129 uint32_t pageIndex() const { return fPlotLocator.pageIndex(); } in pageIndex() function 159 SkASSERT(fPlotLocator.pageIndex() <= 3); in updatePlotLocator() 160 uint16_t page = fPlotLocator.pageIndex() << 13; in updatePlotLocator() 267 uint32_t page = plotLocator.pageIndex(); in hasID() 278 uint32_t pageIdx = atlasLocator.pageIndex(); in setLastUseToken() 304 int pageIdx = atlasLocator.pageIndex(); in add() 384 uint32_t pageIndex() const { return fPageIndex; } in pageIndex() function 421 Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter,
|
D | GrDrawOpAtlas.cpp | 83 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter, in Plot() argument 88 , fPageIndex(pageIndex) in Plot() 241 int pageIdx = plot->pageIndex(); in updatePlot() 372 int pageIdx = plot->pageIndex(); in addToAtlas() 412 for (uint32_t pageIndex = 0; pageIndex < fNumActivePages; ++pageIndex) { in compact() local 413 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() 441 for (uint32_t pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) { in compact() local 444 SkDebugf("page %d: ", pageIndex); in compact() 447 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
|
/external/skia/src/pdf/ |
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);
|
D | SkPDFTag.cpp | 250 int SkPDFTagTree::createMarkIdForNodeId(int nodeId, unsigned pageIndex) { in createMarkIdForNodeId() argument 260 while (fMarksPerPage.size() < pageIndex + 1) { in createMarkIdForNodeId() 263 SkTArray<SkPDFTagNode*>& pageMarks = fMarksPerPage[pageIndex]; in createMarkIdForNodeId() 265 tag->fMarkedContent.push_back({pageIndex, markId}); in createMarkIdForNodeId() 270 int SkPDFTagTree::createStructParentKeyForNodeId(int nodeId, unsigned pageIndex) { in createStructParentKeyForNodeId() argument 365 …FTagTree::addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex) { in addNodeAnnotation() argument 376 SkPDFTagNode::AnnotationInfo annotationInfo = {pageIndex, annotationRef}; in addNodeAnnotation()
|
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()
|
D | SkPDFDocumentPriv.h | 115 SkPDFIndirectReference getPage(size_t pageIndex) const;
|
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.cpp | 58 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, in Plot() argument 63 , fPageIndex(pageIndex) in Plot() 379 for (uint32_t pageIndex = 0; pageIndex < fNumActivePages; ++pageIndex) { in compact() local 380 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() 402 for (uint32_t pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) { in compact() local 405 SkDebugf("page %d: ", pageIndex); in compact() 408 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
|
D | GrGlyph.h | 91 uint32_t pageIndex() const { return GrDrawOpAtlas::GetPageIndexFromID(fID); } in pageIndex() function
|
D | GrDrawOpAtlas.h | 299 … Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, int width, int height,
|
/external/skqp/src/gpu/text/ |
D | GrTextBlobVertexRegenerator.cpp | 67 uint32_t pageIndex = glyph->pageIndex(); in regen_texcoords() local 68 SkASSERT(pageIndex < 4); in regen_texcoords() 69 uint16_t uBit = (pageIndex >> 1) & 0x1; in regen_texcoords() 70 uint16_t vBit = pageIndex & 0x1; in regen_texcoords() 97 switch (pageIndex) { in regen_texcoords()
|
/external/skqp/src/pdf/ |
D | SkPDFTag.cpp | 122 int SkPDFTagTree::getMarkIdForNodeId(int nodeId, unsigned pageIndex) { in getMarkIdForNodeId() argument 132 while (fMarksPerPage.size() < pageIndex + 1) { in getMarkIdForNodeId() 135 SkTArray<SkPDFTagNode*>& pageMarks = fMarksPerPage[pageIndex]; in getMarkIdForNodeId() 137 tag->fMarkedContent.push_back({pageIndex, markId}); in getMarkIdForNodeId()
|
D | SkPDFTag.h | 25 int getMarkIdForNodeId(int nodeId, unsigned pageIndex);
|
D | SkPDFDocument.cpp | 434 SkPDFIndirectReference SkPDFDocument::getPage(size_t pageIndex) const { in getPage() 435 SkASSERT(pageIndex < fPageRefs.size()); in getPage() 436 return fPageRefs[pageIndex]; in getPage()
|
D | SkPDFDocumentPriv.h | 86 SkPDFIndirectReference getPage(size_t pageIndex) const;
|
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 496 const SkTArray<SkString>& viaParts, int pageIndex) in SkCommandLineConfigSvg() argument 497 : SkCommandLineConfig(tag, SkString("svg"), viaParts), fPageIndex(pageIndex) {} in SkCommandLineConfigSvg() 503 int pageIndex = 0; in parse_command_line_config_svg() local 511 bool validOptions = extendedOptions.get_option_int("page", &pageIndex); in parse_command_line_config_svg() 517 return new SkCommandLineConfigSvg(tag, vias, pageIndex); in parse_command_line_config_svg()
|
D | SkCommonFlagsConfig.h | 97 SkCommandLineConfigSvg(const SkString& tag, const SkTArray<SkString>& viaParts, int pageIndex);
|
/external/skia/tools/flags/ |
D | CommonFlagsConfig.cpp | 596 int pageIndex) in SkCommandLineConfigSvg() argument 597 : SkCommandLineConfig(tag, SkString("svg"), viaParts), fPageIndex(pageIndex) {} in SkCommandLineConfigSvg() 603 int pageIndex = 0; in parse_command_line_config_svg() local 611 bool validOptions = extendedOptions.get_option_int("page", &pageIndex); in parse_command_line_config_svg() 617 return new SkCommandLineConfigSvg(tag, vias, pageIndex); in parse_command_line_config_svg()
|
D | CommonFlagsConfig.h | 110 SkCommandLineConfigSvg(const SkString& tag, const SkTArray<SkString>& viaParts, int pageIndex);
|
/external/skqp/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 630 uint16_t pageIndex = GrDrawOpAtlas::GetPageIndexFromID(id); in addDFPathToAtlas() local 631 SkASSERT(pageIndex < 4); in addDFPathToAtlas() 632 uint16_t uBit = (pageIndex >> 1) & 0x1; in addDFPathToAtlas() 633 uint16_t vBit = pageIndex & 0x1; in addDFPathToAtlas() 728 uint16_t pageIndex = GrDrawOpAtlas::GetPageIndexFromID(id); in addBMPathToAtlas() local 729 SkASSERT(pageIndex < 4); in addBMPathToAtlas() 730 uint16_t uBit = (pageIndex >> 1) & 0x1; in addBMPathToAtlas() 731 uint16_t vBit = pageIndex & 0x1; in addBMPathToAtlas()
|
/external/llvm-project/libunwind/src/ |
D | UnwindCursor.hpp | 1630 UnwindSectionRegularArray<A> pageIndex( in getInfoFromCompactEncodingSection() local 1642 if (pageIndex.functionOffset(mid) <= targetFunctionOffset) { in getInfoFromCompactEncodingSection() 1648 } else if (pageIndex.functionOffset(mid + 1) > targetFunctionOffset) { in getInfoFromCompactEncodingSection() 1651 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection() 1660 encoding = pageIndex.encoding(low); in getInfoFromCompactEncodingSection() 1661 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection() 1682 UnwindSectionCompressedArray<A> pageIndex( in getInfoFromCompactEncodingSection() local 1697 if (pageIndex.functionOffset(mid) <= targetFunctionPageOffset) { in getInfoFromCompactEncodingSection() 1699 (pageIndex.functionOffset(mid + 1) > targetFunctionPageOffset)) { in getInfoFromCompactEncodingSection() 1709 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection() [all …]
|
/external/skqp/dm/ |
D | DMSrcSink.h | 480 SVGSink(int pageIndex = 0);
|
D | DM.cpp | 895 int pageIndex = svgConfig->getPageIndex(); in create_sink() local 896 return new SVGSink(pageIndex); in create_sink()
|
/external/skia/dm/ |
D | DMSrcSink.h | 573 SVGSink(int pageIndex = 0);
|
D | DM.cpp | 974 int pageIndex = svgConfig->getPageIndex(); in create_sink() local 975 return new SVGSink(pageIndex); in create_sink()
|