Home
last modified time | relevance | path

Searched refs:contentsObj (Results 1 – 8 of 8) sorted by relevance

/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Dimagetopdf.c100 static void outPageContents(int contentsObj);
409 if (contentsObj >= 0) { in outPageObject()
411 "/Contents %d 0 R ",contentsObj); in outPageObject()
459 static void outPageContents(int contentsObj) in outPageContents() argument
465 setOffset(contentsObj); in outPageContents()
1766 int contentsObj; in main() local
1772 outPageContents(contentsObj); in main()
1803 int contentsObj; in main() local
1807 contentsObj = newObj(); in main()
1810 outPageContents(contentsObj); in main()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DParser.cc156 const Object &contentsObj = dict->lookupNF("Contents"); in getObj() local
157 if (contentsObj.isString()) { in getObj()
158 …std::unique_ptr<GooString> s = decryptedString(contentsObj.getString(), fileKey, encAlgorithm, key… in getObj()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DParser.cc156 const Object &contentsObj = dict->lookupNF("Contents"); in getObj() local
157 if (contentsObj.isString()) { in getObj()
158 …std::unique_ptr<GooString> s = decryptedString(contentsObj.getString(), fileKey, encAlgorithm, key… in getObj()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DParser.cc156 const Object &contentsObj = dict->lookupNF("Contents"); in getObj() local
157 if (contentsObj.isString()) { in getObj()
158 …std::unique_ptr<GooString> s = decryptedString(contentsObj.getString(), fileKey, encAlgorithm, key… in getObj()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DParser.cc156 const Object &contentsObj = dict->lookupNF("Contents"); in getObj() local
157 if (contentsObj.isString()) { in getObj()
158 …std::unique_ptr<GooString> s = decryptedString(contentsObj.getString(), fileKey, encAlgorithm, key… in getObj()
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/
H A DPDFFile.java1699 PDFObject contentsObj = pageObj.getDictRef("Contents"); in getContents() local
1700 if (contentsObj == null) { in getContents()
1704 PDFObject contents[] = contentsObj.getArray(); in getContents()
/dports/graphics/xpdf/xpdf-4.03/xpdf-qt/
H A DXpdfWidget.cc923 Object annotObj, contentsObj; in getAnnotContent() local
930 if (annotObj.dictLookup("Contents", &contentsObj)->isString()) { in getAnnotContent()
931 ts = new TextString(contentsObj.getString()); in getAnnotContent()
937 contentsObj.free(); in getAnnotContent()
/dports/graphics/xpdf4/xpdf-4.03/xpdf-qt/
H A DXpdfWidget.cc923 Object annotObj, contentsObj; in getAnnotContent() local
930 if (annotObj.dictLookup("Contents", &contentsObj)->isString()) { in getAnnotContent()
931 ts = new TextString(contentsObj.getString()); in getAnnotContent()
937 contentsObj.free(); in getAnnotContent()