Home
last modified time | relevance | path

Searched refs:pageIndex (Results 1 – 25 of 27) sorted by relevance

12

/external/dng_sdk/source/
Ddng_memory_stream.cpp95 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/
DGrDrawOpAtlas.h101 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,
DGrDrawOpAtlas.cpp83 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/
DSkPDFTag.h28 int createMarkIdForNodeId(int nodeId, unsigned pageIndex);
32 int createStructParentKeyForNodeId(int nodeId, unsigned pageIndex);
34 void addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex);
DSkPDFTag.cpp250 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()
DSkPDFDocument.cpp520 SkPDFIndirectReference SkPDFDocument::getPage(size_t pageIndex) const { in getPage()
521 SkASSERT(pageIndex < fPageRefs.size()); in getPage()
522 return fPageRefs[pageIndex]; in getPage()
DSkPDFDocumentPriv.h115 SkPDFIndirectReference getPage(size_t pageIndex) const;
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp58 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()
DGrGlyph.h91 uint32_t pageIndex() const { return GrDrawOpAtlas::GetPageIndexFromID(fID); } in pageIndex() function
DGrDrawOpAtlas.h299 … Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, int width, int height,
/external/skqp/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp67 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/
DSkPDFTag.cpp122 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()
DSkPDFTag.h25 int getMarkIdForNodeId(int nodeId, unsigned pageIndex);
DSkPDFDocument.cpp434 SkPDFIndirectReference SkPDFDocument::getPage(size_t pageIndex) const { in getPage()
435 SkASSERT(pageIndex < fPageRefs.size()); in getPage()
436 return fPageRefs[pageIndex]; in getPage()
DSkPDFDocumentPriv.h86 SkPDFIndirectReference getPage(size_t pageIndex) const;
/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp496 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()
DSkCommonFlagsConfig.h97 SkCommandLineConfigSvg(const SkString& tag, const SkTArray<SkString>& viaParts, int pageIndex);
/external/skia/tools/flags/
DCommonFlagsConfig.cpp596 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()
DCommonFlagsConfig.h110 SkCommandLineConfigSvg(const SkString& tag, const SkTArray<SkString>& viaParts, int pageIndex);
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp630 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/
DUnwindCursor.hpp1630 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/
DDMSrcSink.h480 SVGSink(int pageIndex = 0);
DDM.cpp895 int pageIndex = svgConfig->getPageIndex(); in create_sink() local
896 return new SVGSink(pageIndex); in create_sink()
/external/skia/dm/
DDMSrcSink.h573 SVGSink(int pageIndex = 0);
DDM.cpp974 int pageIndex = svgConfig->getPageIndex(); in create_sink() local
975 return new SVGSink(pageIndex); in create_sink()

12