Home
last modified time | relevance | path

Searched refs:StitchingFunction (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10023/
H A DFunction.h223 class StitchingFunction : public Function {
226 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
227 virtual ~StitchingFunction();
229 return new StitchingFunction(this); in copy()
257 StitchingFunction(StitchingFunction *func);
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10026/
H A DFunction.h223 class StitchingFunction : public Function {
226 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
227 virtual ~StitchingFunction();
229 return new StitchingFunction(this); in copy()
257 StitchingFunction(StitchingFunction *func);
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10018/
H A DFunction.h223 class StitchingFunction : public Function {
226 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
227 virtual ~StitchingFunction();
229 return new StitchingFunction(this); in copy()
257 StitchingFunction(StitchingFunction *func);
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10023/
H A DFunction.h223 class StitchingFunction : public Function {
226 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
227 virtual ~StitchingFunction();
229 return new StitchingFunction(this); in copy()
257 StitchingFunction(StitchingFunction *func);
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10026/
H A DFunction.h223 class StitchingFunction : public Function {
226 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
227 virtual ~StitchingFunction();
229 return new StitchingFunction(this); in copy()
257 StitchingFunction(StitchingFunction *func);
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DFunction.h173 class StitchingFunction: public Function {
176 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
177 virtual ~StitchingFunction();
178 virtual Function *copy() { return new StitchingFunction(this); } in copy()
191 StitchingFunction(StitchingFunction *func);
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DFunction.h173 class StitchingFunction: public Function {
176 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
177 virtual ~StitchingFunction();
178 virtual Function *copy() { return new StitchingFunction(this); } in copy()
191 StitchingFunction(StitchingFunction *func);
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DFunction.h173 class StitchingFunction: public Function {
176 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
177 virtual ~StitchingFunction();
178 virtual Function *copy() { return new StitchingFunction(this); } in copy()
191 StitchingFunction(StitchingFunction *func);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DFunction.h188 class StitchingFunction: public Function {
191 StitchingFunction(Object *funcObj, Dict *dict, std::set<int> *usedParents);
192 virtual ~StitchingFunction();
193 virtual Function *copy() { return new StitchingFunction(this); } in copy()
206 StitchingFunction(StitchingFunction *func);
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10018/
H A DFunction.h223 class StitchingFunction : public Function {
226 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
227 virtual ~StitchingFunction();
229 return new StitchingFunction(this); in copy()
257 StitchingFunction(StitchingFunction *func);
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DFunction.h171 class StitchingFunction: public Function {
174 StitchingFunction(Object *funcObj, Dict *dict);
175 virtual ~StitchingFunction();
176 virtual Function *copy() { return new StitchingFunction(this); } in copy()
189 StitchingFunction(StitchingFunction *func);
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DFunction.h173 class StitchingFunction: public Function {
176 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
177 virtual ~StitchingFunction();
178 virtual Function *copy() { return new StitchingFunction(this); } in copy()
191 StitchingFunction(StitchingFunction *func);
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DFunction.h173 class StitchingFunction: public Function {
176 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
177 virtual ~StitchingFunction();
178 virtual Function *copy() { return new StitchingFunction(this); } in copy()
191 StitchingFunction(StitchingFunction *func);
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DFunction.h173 class StitchingFunction: public Function {
176 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
177 virtual ~StitchingFunction();
178 virtual Function *copy() { return new StitchingFunction(this); } in copy()
191 StitchingFunction(StitchingFunction *func);
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DFunction.h173 class StitchingFunction: public Function {
176 StitchingFunction(Object *funcObj, Dict *dict, int recursion);
177 virtual ~StitchingFunction();
178 virtual Function *copy() { return new StitchingFunction(this); } in copy()
191 StitchingFunction(StitchingFunction *func);
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DFunction.h169 class StitchingFunction: public Function {
172 StitchingFunction(Object *funcObj, Dict *dict);
173 virtual ~StitchingFunction();
174 virtual Function *copy() { return new StitchingFunction(this); } in copy()
186 StitchingFunction(StitchingFunction *func);
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DFunction.h176 class StitchingFunction: public Function {
179 StitchingFunction(Object *funcObj, Dict *dict, int expectedInputs,
181 virtual ~StitchingFunction();
182 virtual Function *copy() { return new StitchingFunction(this); } in copy()
195 StitchingFunction(StitchingFunction *func);
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DFunction.h176 class StitchingFunction: public Function {
179 StitchingFunction(Object *funcObj, Dict *dict, int expectedInputs,
181 virtual ~StitchingFunction();
182 virtual Function *copy() { return new StitchingFunction(this); } in copy()
195 StitchingFunction(StitchingFunction *func);
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DFunction.h198 class StitchingFunction: public Function {
201 StitchingFunction(Object *funcObj, Dict *dict, std::set<int> *usedParents);
202 virtual ~StitchingFunction();
203 virtual Function *copy() { return new StitchingFunction(this); } in copy()
216 StitchingFunction(const StitchingFunction *func);
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DFunction.h198 class StitchingFunction: public Function {
201 StitchingFunction(Object *funcObj, Dict *dict, std::set<int> *usedParents);
202 virtual ~StitchingFunction();
203 virtual Function *copy() { return new StitchingFunction(this); } in copy()
216 StitchingFunction(const StitchingFunction *func);
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DFunction.h198 class StitchingFunction: public Function {
201 StitchingFunction(Object *funcObj, Dict *dict, std::set<int> *usedParents);
202 virtual ~StitchingFunction();
203 virtual Function *copy() { return new StitchingFunction(this); } in copy()
216 StitchingFunction(const StitchingFunction *func);
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DFunction.h193 class StitchingFunction : public Function
196 StitchingFunction(Object *funcObj, Dict *dict, std::set<int> *usedParents);
197 ~StitchingFunction() override;
198 Function *copy() const override { return new StitchingFunction(this); } in copy()
210 explicit StitchingFunction(const StitchingFunction *func);
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DFunction.h193 class StitchingFunction : public Function
196 StitchingFunction(Object *funcObj, Dict *dict, std::set<int> *usedParents);
197 ~StitchingFunction() override;
198 Function *copy() const override { return new StitchingFunction(this); } in copy()
210 explicit StitchingFunction(const StitchingFunction *func);
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DFunction.h193 class StitchingFunction : public Function
196 StitchingFunction(Object *funcObj, Dict *dict, std::set<int> *usedParents);
197 ~StitchingFunction() override;
198 Function *copy() const override { return new StitchingFunction(this); } in copy()
210 explicit StitchingFunction(const StitchingFunction *func);
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DFunction.h193 class StitchingFunction : public Function
196 StitchingFunction(Object *funcObj, Dict *dict, std::set<int> *usedParents);
197 ~StitchingFunction() override;
198 Function *copy() const override { return new StitchingFunction(this); } in copy()
210 explicit StitchingFunction(const StitchingFunction *func);

1234