Home
last modified time | relevance | path

Searched refs:doTransformation (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/path/
H A Dpath-util.cpp50 Path_for_item(SPItem *item, bool doTransformation, bool transformFull) in Path_for_item() argument
58 …pathvector_for_curve(item, curve.get(), doTransformation, transformFull, Geom::identity(), Geom::i… in Path_for_item()
83 Path_for_item_before_LPE(SPItem *item, bool doTransformation, bool transformFull) in Path_for_item_before_LPE() argument
91 …pathvector_for_curve(item, curve.get(), doTransformation, transformFull, Geom::identity(), Geom::i… in Path_for_item_before_LPE()
105 pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull, Geom:… in pathvector_for_curve() argument
113 if (doTransformation) { in pathvector_for_curve()
H A Dpath-util.h24 Path *Path_for_item(SPItem *item, bool doTransformation, bool transformFull = true);
25 Path *Path_for_item_before_LPE(SPItem *item, bool doTransformation, bool transformFull = true);
26 Geom::PathVector* pathvector_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool tr…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java61 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
71 checkResult(doTransformation(t)); in testReuseTransformer()
98 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
144 checkThreadResult(doTransformation(transformer), id); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java61 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
71 checkResult(doTransformation(t)); in testReuseTransformer()
98 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
144 checkThreadResult(doTransformation(transformer), id); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java61 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
71 checkResult(doTransformation(t)); in testReuseTransformer()
98 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
144 checkThreadResult(doTransformation(transformer), id); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java61 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
71 checkResult(doTransformation(t)); in testReuseTransformer()
98 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
144 checkThreadResult(doTransformation(transformer), id); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java61 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
71 checkResult(doTransformation(t)); in testReuseTransformer()
98 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
144 checkThreadResult(doTransformation(transformer), id); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java61 checkResult(doTransformation(tmpl.newTransformer()));
71 checkResult(doTransformation(t));
98 private static String doTransformation(Transformer t) throws Exception {
144 checkThreadResult(doTransformation(transformer), id);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java61 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
71 checkResult(doTransformation(t)); in testReuseTransformer()
98 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
144 checkThreadResult(doTransformation(transformer), id); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/transform/
H A DNamespacePrefixTest.java61 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
71 checkResult(doTransformation(t)); in testReuseTransformer()
98 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
144 checkThreadResult(doTransformation(transformer), id); in run()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/jaxp/transform/8167179/
H A DNamespacePrefixTest.java56 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
66 checkResult(doTransformation(t)); in testReuseTransformer()
93 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
139 checkThreadResult(doTransformation(transformer), id); in run()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/jaxp/transform/8167179/
H A DNamespacePrefixTest.java56 checkResult(doTransformation(tmpl.newTransformer())); in testReuseTemplates()
66 checkResult(doTransformation(t)); in testReuseTransformer()
93 private static String doTransformation(Transformer t) throws Exception { in doTransformation() method in NamespacePrefixTest
139 checkThreadResult(doTransformation(transformer), id); in run()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp48 bool doTransformation(Module &M);
65 return doTransformation(M); in runOnModule()
68 bool BPFPreserveDIType::doTransformation(Module &M) { in doTransformation() function in BPFPreserveDIType
H A DBPFAbstractMemberAccess.cpp144 bool doTransformation(Module &M);
189 return doTransformation(M); in runOnModule()
921 bool BPFAbstractMemberAccess::doTransformation(Module &M) { in doTransformation() function in BPFAbstractMemberAccess
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/BPF/
H A DBPFPreserveDIType.cpp48 bool doTransformation(Module &M);
65 return doTransformation(M); in runOnModule()
68 bool BPFPreserveDIType::doTransformation(Module &M) { in doTransformation() function in BPFPreserveDIType
H A DBPFAbstractMemberAccess.cpp144 bool doTransformation(Module &M);
189 return doTransformation(M); in runOnModule()
921 bool BPFAbstractMemberAccess::doTransformation(Module &M) { in doTransformation() function in BPFAbstractMemberAccess
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp107 bool doTransformation(Module &M);
141 return doTransformation(M); in runOnModule()
466 bool BPFAbstractMemberAccess::doTransformation(Module &M) { in doTransformation() function in BPFAbstractMemberAccess
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DTransformationManager.h47 bool doTransformation(std::string &ErrorMsg, int &ErrorCode);
H A DClangDelta.cpp228 if (!TransMgr->doTransformation(ErrorMsg, ErrorCode)) { in main()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DPathCutting.cpp427 void Path::LoadPath(Geom::Path const &path, Geom::Affine const &tr, bool doTransformation, bool ap… in LoadPath() argument
439 Geom::Path const pathtr = doTransformation ? path * tr : path; in LoadPath()
457 …id Path::LoadPathVector(Geom::PathVector const &pv, Geom::Affine const &tr, bool doTransformation) in LoadPathVector() argument
465 if (doTransformation) { in LoadPathVector()
468 LoadPath(it, tr, doTransformation, true); in LoadPathVector()
472 LoadPath(it, tr, doTransformation, true); in LoadPathVector()
H A DPath.h193 …void LoadPath(Geom::Path const &path, Geom::Affine const &tr, bool doTransformation, bool append …
194 void LoadPathVector(Geom::PathVector const &pv, Geom::Affine const &tr, bool doTransformation);
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp144 bool doTransformation(Module &M);
189 return doTransformation(M); in runOnModule()
916 bool BPFAbstractMemberAccess::doTransformation(Module &M) { in doTransformation() function in BPFAbstractMemberAccess
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp144 bool doTransformation(Module &M);
189 return doTransformation(M); in runOnModule()
916 bool BPFAbstractMemberAccess::doTransformation(Module &M) { in doTransformation() function in BPFAbstractMemberAccess
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp144 bool doTransformation(Module &M);
189 return doTransformation(M); in runOnModule()
916 bool BPFAbstractMemberAccess::doTransformation(Module &M) { in doTransformation() function in BPFAbstractMemberAccess
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp152 bool doTransformation(Function &F);
224 return doTransformation(F); in run()
1102 bool BPFAbstractMemberAccess::doTransformation(Function &F) { in doTransformation() function in BPFAbstractMemberAccess

12