Home
last modified time | relevance | path

Searched refs:inkList (Results 1 – 25 of 29) sorted by relevance

12

/dports/deskutils/lumina-pdf/lumina-pdf-645ed591ef91c3607d3ab87dd86f7acfd08b05c9/src-qt5/
H A DAnnotation.h21 virtual QVector<QVector<QPointF>> getInkList() { return inkList; } in getInkList()
35 inkList = _inkList; in setInkList()
51 QVector<QVector<QPointF>> inkList; variable
H A DRenderer-mupdf.cpp429 QVector<QVector<QPointF>> inkList; in renderPage() local
439 inkList.append(inkPoints); in renderPage()
440 annot->setInkList(inkList); in renderPage()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DPDFAnnotation.java178 public void setInkList(Point[][] inkList) { in setInkList() argument
180 for (Point[] stroke : inkList) { in setInkList()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfAnnotation.java404 …tic PdfAnnotation createInk(PdfWriter writer, Rectangle rect, String contents, float inkList[][]) { in createInk() argument
409 for (int k = 0; k < inkList.length; ++k) { in createInk()
411 float deep[] = inkList[k]; in createInk()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfAnnotation.java415 …tic PdfAnnotation createInk(PdfWriter writer, Rectangle rect, String contents, float inkList[][]) { in createInk() argument
420 for (int k = 0; k < inkList.length; ++k) { in createInk()
422 float deep[] = inkList[k]; in createInk()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DAnnot.h1069 AnnotPath **getInkList() const { return inkList; } in getInkList()
1077 AnnotPath **inkList; // InkList variable
H A DAnnot.cc4701 if (inkList) { in ~AnnotInk()
4703 delete inkList[i]; in ~AnnotInk()
4704 gfree(inkList); in ~AnnotInk()
4714 inkList = (AnnotPath **) gmallocn ((inkListLength), sizeof(AnnotPath *)); in initialize()
4715 memset(inkList, 0, inkListLength * sizeof(AnnotPath *)); in initialize()
4719 inkList[i] = new AnnotPath(obj2.getArray()); in initialize()
4724 inkList = NULL; in initialize()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DAnnot.h1219 AnnotPath **getInkList() const { return inkList; } in getInkList()
1230 AnnotPath **inkList; // InkList variable
H A DAnnot.cc6047 inkList = NULL; in initialize()
6077 inkList = (AnnotPath **) gmallocn ((inkListLength), sizeof(AnnotPath *)); in parseInkList()
6078 memset(inkList, 0, inkListLength * sizeof(AnnotPath *)); in parseInkList()
6082 inkList[i] = new AnnotPath(obj2.getArray()); in parseInkList()
6088 if (inkList) { in freeInkList()
6090 delete inkList[i]; in freeInkList()
6091 gfree(inkList); in freeInkList()
6131 const AnnotPath * path = inkList[i]; in draw()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DAnnot.h1219 AnnotPath **getInkList() const { return inkList; } in getInkList()
1230 AnnotPath **inkList; // InkList variable
H A DAnnot.cc6047 inkList = NULL; in initialize()
6077 inkList = (AnnotPath **) gmallocn ((inkListLength), sizeof(AnnotPath *)); in parseInkList()
6078 memset(inkList, 0, inkListLength * sizeof(AnnotPath *)); in parseInkList()
6082 inkList[i] = new AnnotPath(obj2.getArray()); in parseInkList()
6088 if (inkList) { in freeInkList()
6090 delete inkList[i]; in freeInkList()
6091 gfree(inkList); in freeInkList()
6131 const AnnotPath * path = inkList[i]; in draw()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DAnnot.h1221 AnnotPath **getInkList() const { return inkList; } in getInkList()
1232 AnnotPath **inkList; // InkList variable
H A DAnnot.cc6072 inkList = NULL; in initialize()
6102 inkList = (AnnotPath **) gmallocn ((inkListLength), sizeof(AnnotPath *)); in parseInkList()
6103 memset(inkList, 0, inkListLength * sizeof(AnnotPath *)); in parseInkList()
6107 inkList[i] = new AnnotPath(obj2.getArray()); in parseInkList()
6113 if (inkList) { in freeInkList()
6115 delete inkList[i]; in freeInkList()
6116 gfree(inkList); in freeInkList()
6156 const AnnotPath * path = inkList[i]; in draw()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DAnnot.h1351 AnnotPath **getInkList() const { return inkList; } in getInkList()
1361 AnnotPath **inkList; // InkList variable
H A DAnnot.cc6194 inkList = nullptr; in initialize()
6230 inkList = (AnnotPath **)gmallocn((inkListLength), sizeof(AnnotPath *)); in parseInkList()
6231 memset(inkList, 0, inkListLength * sizeof(AnnotPath *)); in parseInkList()
6235 inkList[i] = new AnnotPath(obj2.getArray()); in parseInkList()
6241 if (inkList) { in freeInkList()
6243 delete inkList[i]; in freeInkList()
6244 gfree(inkList); in freeInkList()
6283 const AnnotPath *path = inkList[i]; in draw()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DAnnot.h1351 AnnotPath **getInkList() const { return inkList; } in getInkList()
1361 AnnotPath **inkList; // InkList variable
H A DAnnot.cc6194 inkList = nullptr; in initialize()
6230 inkList = (AnnotPath **)gmallocn((inkListLength), sizeof(AnnotPath *)); in parseInkList()
6231 memset(inkList, 0, inkListLength * sizeof(AnnotPath *)); in parseInkList()
6235 inkList[i] = new AnnotPath(obj2.getArray()); in parseInkList()
6241 if (inkList) { in freeInkList()
6243 delete inkList[i]; in freeInkList()
6244 gfree(inkList); in freeInkList()
6283 const AnnotPath *path = inkList[i]; in draw()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DAnnot.h1351 AnnotPath **getInkList() const { return inkList; } in getInkList()
1361 AnnotPath **inkList; // InkList variable
H A DAnnot.cc6194 inkList = nullptr; in initialize()
6230 inkList = (AnnotPath **)gmallocn((inkListLength), sizeof(AnnotPath *)); in parseInkList()
6231 memset(inkList, 0, inkListLength * sizeof(AnnotPath *)); in parseInkList()
6235 inkList[i] = new AnnotPath(obj2.getArray()); in parseInkList()
6241 if (inkList) { in freeInkList()
6243 delete inkList[i]; in freeInkList()
6244 gfree(inkList); in freeInkList()
6283 const AnnotPath *path = inkList[i]; in draw()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DAnnot.h1351 AnnotPath **getInkList() const { return inkList; } in getInkList()
1361 AnnotPath **inkList; // InkList variable
H A DAnnot.cc6194 inkList = nullptr; in initialize()
6230 inkList = (AnnotPath **)gmallocn((inkListLength), sizeof(AnnotPath *)); in parseInkList()
6231 memset(inkList, 0, inkListLength * sizeof(AnnotPath *)); in parseInkList()
6235 inkList[i] = new AnnotPath(obj2.getArray()); in parseInkList()
6241 if (inkList) { in freeInkList()
6243 delete inkList[i]; in freeInkList()
6244 gfree(inkList); in freeInkList()
6283 const AnnotPath *path = inkList[i]; in draw()
/dports/www/gitea/gitea-1.16.5/public/vendor/plugins/pdfjs/build/
H A Dpdf.js.map1inkList","getFilenameFromUrl","stringToPDFString","filename","downloadManager","imageResourcesPath…
/dports/www/nextcloud/nextcloud/apps-pkg/files_pdfviewer/js/pdfjs/build/
H A Dpdf.js.map1inkList of data.inkLists) {\n // Convert the ink list to a single points string that the SVG\…
H A Dpdf.worker.js.map1inkList","blendMode","dy","xEnd","file","operation","fn","fontColor","colorCmd","escapePDFName","C…
/dports/graphics/poppler/poppler-21.12.0/
H A DChangeLog15626 AnnotInk(): Rename inkList to inkListArray
15628 to not collide with AnnotInk::inkList

12