Home
last modified time | relevance | path

Searched refs:pageDict (Results 1 – 25 of 89) sorted by relevance

1234

/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DPage.cc279 pageObj.initDict(pageDict); in Page()
287 pageDict->lookupNF("Trans", &trans); in Page()
295 pageDict->lookupNF("Dur", &tmp); in Page()
305 pageDict->lookupNF("Annots", &annotsObj); in Page()
324 pageDict->lookupNF("Thumb", &thumb); in Page()
333 pageDict->lookupNF("AA", &actions); in Page()
380 pageDict->lookupNF("Trans", &trans); in replaceXRef()
391 pageDict->lookupNF("Thumb", &thumb); in replaceXRef()
393 pageDict->lookupNF("AA", &actions); in replaceXRef()
394 pageDict->lookup("Resources", &obj1); in replaceXRef()
[all …]
H A DPDFDoc.cc766 Dict *pageDict = page.getDict(); in savePageAs() local
1582 pageDict->remove("MediaBox"); in replacePageDict()
1583 pageDict->remove("CropBox"); in replacePageDict()
1584 pageDict->remove("ArtBox"); in replacePageDict()
1585 pageDict->remove("BleedBox"); in replacePageDict()
1586 pageDict->remove("TrimBox"); in replacePageDict()
1587 pageDict->remove("Rotate"); in replacePageDict()
1634 pageDict->remove("OpenAction"); in markPageObjects()
1635 pageDict->remove("Outlines"); in markPageObjects()
1972 Dict *pageDict; in parsePage() local
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DPage.cc278 pageObj.initDict(pageDict); in Page()
286 pageDict->lookupNF("Trans", &trans); in Page()
294 pageDict->lookupNF("Dur", &tmp); in Page()
304 pageDict->lookupNF("Annots", &annotsObj); in Page()
323 pageDict->lookupNF("Thumb", &thumb); in Page()
331 pageDict->lookupNF("AA", &actions); in Page()
377 pageDict->lookupNF("Trans", &trans); in replaceXRef()
388 pageDict->lookupNF("Thumb", &thumb); in replaceXRef()
390 pageDict->lookupNF("AA", &actions); in replaceXRef()
391 pageDict->lookup("Resources", &obj1); in replaceXRef()
[all …]
H A DPDFDoc.cc703 Dict *pageDict = page.getDict(); in savePageAs() local
1512 pageDict->remove("MediaBox"); in replacePageDict()
1513 pageDict->remove("CropBox"); in replacePageDict()
1514 pageDict->remove("ArtBox"); in replacePageDict()
1515 pageDict->remove("BleedBox"); in replacePageDict()
1516 pageDict->remove("TrimBox"); in replacePageDict()
1517 pageDict->remove("Rotate"); in replacePageDict()
1564 pageDict->remove("Names"); in markPageObjects()
1566 pageDict->remove("Outlines"); in markPageObjects()
1886 Dict *pageDict; in parsePage() local
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DPage.cc278 pageObj.initDict(pageDict); in Page()
286 pageDict->lookupNF("Trans", &trans); in Page()
294 pageDict->lookupNF("Dur", &tmp); in Page()
304 pageDict->lookupNF("Annots", &annotsObj); in Page()
323 pageDict->lookupNF("Thumb", &thumb); in Page()
331 pageDict->lookupNF("AA", &actions); in Page()
377 pageDict->lookupNF("Trans", &trans); in replaceXRef()
388 pageDict->lookupNF("Thumb", &thumb); in replaceXRef()
390 pageDict->lookupNF("AA", &actions); in replaceXRef()
391 pageDict->lookup("Resources", &obj1); in replaceXRef()
[all …]
H A DPDFDoc.cc703 Dict *pageDict = page.getDict(); in savePageAs() local
1512 pageDict->remove("MediaBox"); in replacePageDict()
1513 pageDict->remove("CropBox"); in replacePageDict()
1514 pageDict->remove("ArtBox"); in replacePageDict()
1515 pageDict->remove("BleedBox"); in replacePageDict()
1516 pageDict->remove("TrimBox"); in replacePageDict()
1517 pageDict->remove("Rotate"); in replacePageDict()
1564 pageDict->remove("Names"); in markPageObjects()
1566 pageDict->remove("Outlines"); in markPageObjects()
1886 Dict *pageDict; in parsePage() local
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DPDFDoc.cc948 Dict *pageDict = page.getDict(); in savePageAs() local
1751 Dict *pageDict = page.getDict(); in replacePageDict() local
1753 pageDict->remove("MediaBox"); in replacePageDict()
1754 pageDict->remove("CropBox"); in replacePageDict()
1755 pageDict->remove("ArtBox"); in replacePageDict()
1756 pageDict->remove("BleedBox"); in replacePageDict()
1757 pageDict->remove("TrimBox"); in replacePageDict()
1758 pageDict->remove("Rotate"); in replacePageDict()
1784 pageDict->remove("OpenAction"); in markPageObjects()
1785 pageDict->remove("Outlines"); in markPageObjects()
[all …]
H A DPage.cc253 Page::Page(PDFDoc *docA, int numA, Object &&pageDict, Ref pageRefA, PageAttrs *attrsA, Form *form) in Page() argument
262 pageObj = std::move(pageDict); in Page()
349 Dict *pageDict = pageObj.getDict()->copy(xrefA); in replaceXRef() local
351 trans = pageDict->lookupNF("Trans").copy(); in replaceXRef()
352 annotsObj = pageDict->lookupNF("Annots").copy(); in replaceXRef()
353 contents = pageDict->lookupNF("Contents").copy(); in replaceXRef()
357 thumb = pageDict->lookupNF("Thumb").copy(); in replaceXRef()
358 actions = pageDict->lookupNF("AA").copy(); in replaceXRef()
359 Object resources = pageDict->lookup("Resources"); in replaceXRef()
363 delete pageDict; in replaceXRef()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DPDFDoc.cc948 Dict *pageDict = page.getDict(); in savePageAs() local
1751 Dict *pageDict = page.getDict(); in replacePageDict() local
1753 pageDict->remove("MediaBox"); in replacePageDict()
1754 pageDict->remove("CropBox"); in replacePageDict()
1755 pageDict->remove("ArtBox"); in replacePageDict()
1756 pageDict->remove("BleedBox"); in replacePageDict()
1757 pageDict->remove("TrimBox"); in replacePageDict()
1758 pageDict->remove("Rotate"); in replacePageDict()
1784 pageDict->remove("OpenAction"); in markPageObjects()
1785 pageDict->remove("Outlines"); in markPageObjects()
[all …]
H A DPage.cc253 Page::Page(PDFDoc *docA, int numA, Object &&pageDict, Ref pageRefA, PageAttrs *attrsA, Form *form) in Page() argument
262 pageObj = std::move(pageDict); in Page()
349 Dict *pageDict = pageObj.getDict()->copy(xrefA); in replaceXRef() local
351 trans = pageDict->lookupNF("Trans").copy(); in replaceXRef()
352 annotsObj = pageDict->lookupNF("Annots").copy(); in replaceXRef()
353 contents = pageDict->lookupNF("Contents").copy(); in replaceXRef()
357 thumb = pageDict->lookupNF("Thumb").copy(); in replaceXRef()
358 actions = pageDict->lookupNF("AA").copy(); in replaceXRef()
359 Object resources = pageDict->lookup("Resources"); in replaceXRef()
363 delete pageDict; in replaceXRef()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DPDFDoc.cc948 Dict *pageDict = page.getDict(); in savePageAs() local
1751 Dict *pageDict = page.getDict(); in replacePageDict() local
1753 pageDict->remove("MediaBox"); in replacePageDict()
1754 pageDict->remove("CropBox"); in replacePageDict()
1755 pageDict->remove("ArtBox"); in replacePageDict()
1756 pageDict->remove("BleedBox"); in replacePageDict()
1757 pageDict->remove("TrimBox"); in replacePageDict()
1758 pageDict->remove("Rotate"); in replacePageDict()
1784 pageDict->remove("OpenAction"); in markPageObjects()
1785 pageDict->remove("Outlines"); in markPageObjects()
[all …]
H A DPage.cc253 Page::Page(PDFDoc *docA, int numA, Object &&pageDict, Ref pageRefA, PageAttrs *attrsA, Form *form) in Page() argument
262 pageObj = std::move(pageDict); in Page()
349 Dict *pageDict = pageObj.getDict()->copy(xrefA); in replaceXRef() local
351 trans = pageDict->lookupNF("Trans").copy(); in replaceXRef()
352 annotsObj = pageDict->lookupNF("Annots").copy(); in replaceXRef()
353 contents = pageDict->lookupNF("Contents").copy(); in replaceXRef()
357 thumb = pageDict->lookupNF("Thumb").copy(); in replaceXRef()
358 actions = pageDict->lookupNF("AA").copy(); in replaceXRef()
359 Object resources = pageDict->lookup("Resources"); in replaceXRef()
363 delete pageDict; in replaceXRef()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DPDFDoc.cc948 Dict *pageDict = page.getDict(); in savePageAs() local
1751 Dict *pageDict = page.getDict(); in replacePageDict() local
1753 pageDict->remove("MediaBox"); in replacePageDict()
1754 pageDict->remove("CropBox"); in replacePageDict()
1755 pageDict->remove("ArtBox"); in replacePageDict()
1756 pageDict->remove("BleedBox"); in replacePageDict()
1757 pageDict->remove("TrimBox"); in replacePageDict()
1758 pageDict->remove("Rotate"); in replacePageDict()
1784 pageDict->remove("OpenAction"); in markPageObjects()
1785 pageDict->remove("Outlines"); in markPageObjects()
[all …]
H A DPage.cc253 Page::Page(PDFDoc *docA, int numA, Object &&pageDict, Ref pageRefA, PageAttrs *attrsA, Form *form) in Page() argument
262 pageObj = std::move(pageDict); in Page()
349 Dict *pageDict = pageObj.getDict()->copy(xrefA); in replaceXRef() local
351 trans = pageDict->lookupNF("Trans").copy(); in replaceXRef()
352 annotsObj = pageDict->lookupNF("Annots").copy(); in replaceXRef()
353 contents = pageDict->lookupNF("Contents").copy(); in replaceXRef()
357 thumb = pageDict->lookupNF("Thumb").copy(); in replaceXRef()
358 actions = pageDict->lookupNF("AA").copy(); in replaceXRef()
359 Object resources = pageDict->lookup("Resources"); in replaceXRef()
363 delete pageDict; in replaceXRef()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp87 bool CPDFXFA_Page::LoadPDFPage(CPDF_Dictionary* pageDict) { in LoadPDFPage() argument
88 if (!m_pContext || m_iPageIndex < 0 || !pageDict) in LoadPDFPage()
92 pdfium::MakeUnique<CPDF_Page>(m_pContext->GetPDFDoc(), pageDict, true); in LoadPDFPage()
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A Dpdfunite.cc284 Dict *pageDict = page.getDict(); in main() local
287 pageDict->set("Resources", resDict->copy()); in main()
291 … docs[i]->markPageObjects(pageDict, yRef, countRef, numOffset, refPage->num, refPage->num); in main()
292 Object annotsObj = pageDict->lookupNF("Annots").copy(); in main()
363 Dict *pageDict = pages[i].getDict(); in main() local
364 for (j = 0; j < pageDict->getLength(); j++) { in main()
367 const char *key = pageDict->getKey(j); in main()
368 Object value = pageDict->getValNF(j).copy(); in main()
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A Dpdfunite.cc284 Dict *pageDict = page.getDict(); in main() local
287 pageDict->set("Resources", resDict->copy()); in main()
291 … docs[i]->markPageObjects(pageDict, yRef, countRef, numOffset, refPage->num, refPage->num); in main()
292 Object annotsObj = pageDict->lookupNF("Annots").copy(); in main()
363 Dict *pageDict = pages[i].getDict(); in main() local
364 for (j = 0; j < pageDict->getLength(); j++) { in main()
367 const char *key = pageDict->getKey(j); in main()
368 Object value = pageDict->getValNF(j).copy(); in main()
/dports/graphics/poppler/poppler-21.12.0/utils/
H A Dpdfunite.cc284 Dict *pageDict = page.getDict(); in main() local
287 pageDict->set("Resources", resDict->copy()); in main()
291 … docs[i]->markPageObjects(pageDict, yRef, countRef, numOffset, refPage->num, refPage->num); in main()
292 Object annotsObj = pageDict->lookupNF("Annots").copy(); in main()
363 Dict *pageDict = pages[i].getDict(); in main() local
364 for (j = 0; j < pageDict->getLength(); j++) { in main()
367 const char *key = pageDict->getKey(j); in main()
368 Object value = pageDict->getValNF(j).copy(); in main()
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A Dpdfunite.cc284 Dict *pageDict = page.getDict(); in main() local
287 pageDict->set("Resources", resDict->copy()); in main()
291 … docs[i]->markPageObjects(pageDict, yRef, countRef, numOffset, refPage->num, refPage->num); in main()
292 Object annotsObj = pageDict->lookupNF("Annots").copy(); in main()
363 Dict *pageDict = pages[i].getDict(); in main() local
364 for (j = 0; j < pageDict->getLength(); j++) { in main()
367 const char *key = pageDict->getKey(j); in main()
368 Object value = pageDict->getValNF(j).copy(); in main()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fpdfxfa/
H A Dfpdfxfa_page.cpp85 FX_BOOL CPDFXFA_Page::LoadPDFPage(CPDF_Dictionary* pageDict) { in LoadPDFPage() argument
86 if (!m_pDocument || m_iPageIndex < 0 || !pageDict) in LoadPDFPage()
89 m_pPDFPage.reset(new CPDF_Page(m_pDocument->GetPDFDoc(), pageDict, true)); in LoadPDFPage()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DPage.cc258 Page::Page(XRef *xrefA, int numA, Dict *pageDict, Ref pageRefA, PageAttrs *attrsA, Form *form) { in Page() argument
267 pageObj.initDict(pageDict); in Page()
274 pageDict->lookupNF("Trans", &trans); in Page()
282 pageDict->lookupNF("Dur", &tmp); in Page()
292 pageDict->lookupNF("Annots", &annots); in Page()
305 pageDict->lookupNF("Contents", &contents); in Page()
315 pageDict->lookupNF("Thumb", &thumb); in Page()
323 pageDict->lookupNF("AA", &actions); in Page()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DPage.cc240 Page::Page(PDFDoc *docA, int numA, Dict *pageDict, PageAttrs *attrsA) { in Page() argument
251 pageDict->lookupNF("Annots", &annots); in Page()
261 pageDict->lookupNF("Contents", &contents); in Page()
272 pageDict->lookupNF("Thumb", &thumbnail); in Page()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DPage.cc240 Page::Page(PDFDoc *docA, int numA, Dict *pageDict, PageAttrs *attrsA) { in Page() argument
251 pageDict->lookupNF("Annots", &annots); in Page()
261 pageDict->lookupNF("Contents", &contents); in Page()
272 pageDict->lookupNF("Thumb", &thumbnail); in Page()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dpdftoepdf.cc830 Dict *pageDict; in write_epdf() local
859 pageDict = pageObj->getDict(); in write_epdf()
927 pageDict->lookupNF((char *)"Metadata", &dictObj); in write_epdf()
933 pageDict->lookupNF((char *)pageDictKeys[i], &dictObj); in write_epdf()
942 pageDict->lookupNF((char *)"Group", &dictObj); in write_epdf()
957 pageDict->lookup((char *) "Group", &dictObj); in write_epdf()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dpdftoepdf.cc830 Dict *pageDict; in write_epdf() local
859 pageDict = pageObj->getDict(); in write_epdf()
927 pageDict->lookupNF((char *)"Metadata", &dictObj); in write_epdf()
933 pageDict->lookupNF((char *)pageDictKeys[i], &dictObj); in write_epdf()
942 pageDict->lookupNF((char *)"Group", &dictObj); in write_epdf()
957 pageDict->lookup((char *) "Group", &dictObj); in write_epdf()

1234