Home
last modified time | relevance | path

Searched refs:p2d (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java129 return p2d; in addMove()
133 addMove(p2d); in addMoveAndLines()
135 return p2d; in addMoveAndLines()
142 return p2d; in addLines()
146 addMove(p2d); in addMoveAndCubics()
148 return p2d; in addMoveAndCubics()
155 return p2d; in addCubics()
161 return p2d; in addMoveAndQuads()
168 return p2d; in addQuads()
174 return p2d; in addMoveAndClose()
[all …]
H A DNonFiniteTests.java205 p2d.moveTo(coords[ci++], coords[ci++]); in testPath()
208 p2d.lineTo(coords[ci++], coords[ci++]); in testPath()
211 p2d.quadTo(coords[ci++], coords[ci++], in testPath()
215 p2d.curveTo(coords[ci++], coords[ci++], in testPath()
220 p2d.closePath(); in testPath()
224 testPath(p2d); in testPath()
227 public static void testPath(Path2D p2d) { in testPath() argument
237 contains(p2d, in testPath()
242 intersects(p2d, in testPath()
252 public static boolean contains(Path2D p2d, in contains() argument
[all …]
H A DCreateTxReturnsSame.java43 public static void test(Path2D p2d) { in test() argument
44 p2d.moveTo(0, 0); in test()
45 p2d.lineTo(10, 10); in test()
46 Shape s1 = p2d.createTransformedShape(null); in test()
47 Shape s2 = p2d.createTransformedShape(new AffineTransform()); in test()
48 if (s1.getClass() != p2d.getClass() || in test()
49 s2.getClass() != p2d.getClass()) in test()
51 throw new RuntimeException(p2d.getClass().getName()+ in test()
54 p2d.getClass().getName()); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java129 return p2d; in addMove()
133 addMove(p2d); in addMoveAndLines()
135 return p2d; in addMoveAndLines()
142 return p2d; in addLines()
146 addMove(p2d); in addMoveAndCubics()
148 return p2d; in addMoveAndCubics()
155 return p2d; in addCubics()
161 return p2d; in addMoveAndQuads()
168 return p2d; in addQuads()
174 return p2d; in addMoveAndClose()
[all …]
H A DNonFiniteTests.java205 p2d.moveTo(coords[ci++], coords[ci++]); in testPath()
208 p2d.lineTo(coords[ci++], coords[ci++]); in testPath()
211 p2d.quadTo(coords[ci++], coords[ci++], in testPath()
215 p2d.curveTo(coords[ci++], coords[ci++], in testPath()
220 p2d.closePath(); in testPath()
224 testPath(p2d); in testPath()
227 public static void testPath(Path2D p2d) { in testPath() argument
237 contains(p2d, in testPath()
242 intersects(p2d, in testPath()
252 public static boolean contains(Path2D p2d, in contains() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java129 return p2d; in addMove()
133 addMove(p2d); in addMoveAndLines()
135 return p2d; in addMoveAndLines()
142 return p2d; in addLines()
146 addMove(p2d); in addMoveAndCubics()
148 return p2d; in addMoveAndCubics()
155 return p2d; in addCubics()
161 return p2d; in addMoveAndQuads()
168 return p2d; in addQuads()
174 return p2d; in addMoveAndClose()
[all …]
H A DNonFiniteTests.java205 p2d.moveTo(coords[ci++], coords[ci++]); in testPath()
208 p2d.lineTo(coords[ci++], coords[ci++]); in testPath()
211 p2d.quadTo(coords[ci++], coords[ci++], in testPath()
215 p2d.curveTo(coords[ci++], coords[ci++], in testPath()
220 p2d.closePath(); in testPath()
224 testPath(p2d); in testPath()
227 public static void testPath(Path2D p2d) { in testPath() argument
237 contains(p2d, in testPath()
242 intersects(p2d, in testPath()
252 public static boolean contains(Path2D p2d, in contains() argument
[all …]
H A DCreateTxReturnsSame.java43 public static void test(Path2D p2d) { in test() argument
44 p2d.moveTo(0, 0); in test()
45 p2d.lineTo(10, 10); in test()
46 Shape s1 = p2d.createTransformedShape(null); in test()
47 Shape s2 = p2d.createTransformedShape(new AffineTransform()); in test()
48 if (s1.getClass() != p2d.getClass() || in test()
49 s2.getClass() != p2d.getClass()) in test()
51 throw new RuntimeException(p2d.getClass().getName()+ in test()
54 p2d.getClass().getName()); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java129 return p2d; in addMove()
133 addMove(p2d); in addMoveAndLines()
135 return p2d; in addMoveAndLines()
142 return p2d; in addLines()
146 addMove(p2d); in addMoveAndCubics()
148 return p2d; in addMoveAndCubics()
155 return p2d; in addCubics()
161 return p2d; in addMoveAndQuads()
168 return p2d; in addQuads()
174 return p2d; in addMoveAndClose()
[all …]
H A DNonFiniteTests.java205 p2d.moveTo(coords[ci++], coords[ci++]); in testPath()
208 p2d.lineTo(coords[ci++], coords[ci++]); in testPath()
211 p2d.quadTo(coords[ci++], coords[ci++], in testPath()
215 p2d.curveTo(coords[ci++], coords[ci++], in testPath()
220 p2d.closePath(); in testPath()
224 testPath(p2d); in testPath()
227 public static void testPath(Path2D p2d) { in testPath() argument
237 contains(p2d, in testPath()
242 intersects(p2d, in testPath()
252 public static boolean contains(Path2D p2d, in contains() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java129 return p2d; in addMove()
133 addMove(p2d); in addMoveAndLines()
135 return p2d; in addMoveAndLines()
142 return p2d; in addLines()
146 addMove(p2d); in addMoveAndCubics()
148 return p2d; in addMoveAndCubics()
155 return p2d; in addCubics()
161 return p2d; in addMoveAndQuads()
168 return p2d; in addQuads()
174 return p2d; in addMoveAndClose()
[all …]
H A DNonFiniteTests.java205 p2d.moveTo(coords[ci++], coords[ci++]); in testPath()
208 p2d.lineTo(coords[ci++], coords[ci++]); in testPath()
211 p2d.quadTo(coords[ci++], coords[ci++], in testPath()
215 p2d.curveTo(coords[ci++], coords[ci++], in testPath()
220 p2d.closePath(); in testPath()
224 testPath(p2d); in testPath()
227 public static void testPath(Path2D p2d) { in testPath() argument
237 contains(p2d, in testPath()
242 intersects(p2d, in testPath()
252 public static boolean contains(Path2D p2d, in contains() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java129 return p2d; in addMove()
133 addMove(p2d); in addMoveAndLines()
135 return p2d; in addMoveAndLines()
142 return p2d; in addLines()
146 addMove(p2d); in addMoveAndCubics()
148 return p2d; in addMoveAndCubics()
155 return p2d; in addCubics()
161 return p2d; in addMoveAndQuads()
168 return p2d; in addQuads()
174 return p2d; in addMoveAndClose()
[all …]
H A DNonFiniteTests.java205 p2d.moveTo(coords[ci++], coords[ci++]); in testPath()
208 p2d.lineTo(coords[ci++], coords[ci++]); in testPath()
211 p2d.quadTo(coords[ci++], coords[ci++], in testPath()
215 p2d.curveTo(coords[ci++], coords[ci++], in testPath()
220 p2d.closePath(); in testPath()
224 testPath(p2d); in testPath()
227 public static void testPath(Path2D p2d) { in testPath() argument
237 contains(p2d, in testPath()
242 intersects(p2d, in testPath()
252 public static boolean contains(Path2D p2d, in contains() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java129 return p2d; in addMove()
133 addMove(p2d); in addMoveAndLines()
135 return p2d; in addMoveAndLines()
142 return p2d; in addLines()
146 addMove(p2d); in addMoveAndCubics()
148 return p2d; in addMoveAndCubics()
155 return p2d; in addCubics()
161 return p2d; in addMoveAndQuads()
168 return p2d; in addQuads()
174 return p2d; in addMoveAndClose()
[all …]
H A DNonFiniteTests.java205 p2d.moveTo(coords[ci++], coords[ci++]); in testPath()
208 p2d.lineTo(coords[ci++], coords[ci++]); in testPath()
211 p2d.quadTo(coords[ci++], coords[ci++], in testPath()
215 p2d.curveTo(coords[ci++], coords[ci++], in testPath()
220 p2d.closePath(); in testPath()
224 testPath(p2d); in testPath()
227 public static void testPath(Path2D p2d) { in testPath() argument
237 contains(p2d, in testPath()
242 intersects(p2d, in testPath()
252 public static boolean contains(Path2D p2d, in contains() argument
[all …]
H A DCreateTxReturnsSame.java43 public static void test(Path2D p2d) { in test() argument
44 p2d.moveTo(0, 0); in test()
45 p2d.lineTo(10, 10); in test()
46 Shape s1 = p2d.createTransformedShape(null); in test()
47 Shape s2 = p2d.createTransformedShape(new AffineTransform()); in test()
48 if (s1.getClass() != p2d.getClass() || in test()
49 s2.getClass() != p2d.getClass()) in test()
51 throw new RuntimeException(p2d.getClass().getName()+ in test()
54 p2d.getClass().getName()); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java129 return p2d; in addMove()
133 addMove(p2d); in addMoveAndLines()
135 return p2d; in addMoveAndLines()
142 return p2d; in addLines()
146 addMove(p2d); in addMoveAndCubics()
148 return p2d; in addMoveAndCubics()
155 return p2d; in addCubics()
161 return p2d; in addMoveAndQuads()
168 return p2d; in addQuads()
174 return p2d; in addMoveAndClose()
[all …]
H A DNonFiniteTests.java205 p2d.moveTo(coords[ci++], coords[ci++]); in testPath()
208 p2d.lineTo(coords[ci++], coords[ci++]); in testPath()
211 p2d.quadTo(coords[ci++], coords[ci++], in testPath()
215 p2d.curveTo(coords[ci++], coords[ci++], in testPath()
220 p2d.closePath(); in testPath()
224 testPath(p2d); in testPath()
227 public static void testPath(Path2D p2d) { in testPath() argument
237 contains(p2d, in testPath()
242 intersects(p2d, in testPath()
252 public static boolean contains(Path2D p2d, in contains() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java182 testEqual(new Path2D.Float(p2d), p2d); in test()
183 testEqual(new Path2D.Double(p2d), p2d); in test()
184 testEqual(new GeneralPath(p2d), p2d); in test()
186 testIterator(new Path2D.Float(p2d), p2d); in test()
187 testIterator(new Path2D.Double(p2d), p2d); in test()
188 testIterator((Path2D) p2d.clone(), p2d); in test()
192 testFlattening((Path2D) p2d.clone(), p2d); in test()
217 testGetBounds((Path2D) p2d.clone(), p2d); in test()
225 testIntersect((Path2D) p2d.clone(), p2d); in test()
227 testContains(new Path2D.Float(p2d), p2d); in test()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/geom/Path2D/
H A DPath2DCopyConstructor.java182 testEqual(new Path2D.Float(p2d), p2d); in test()
183 testEqual(new Path2D.Double(p2d), p2d); in test()
184 testEqual(new GeneralPath(p2d), p2d); in test()
186 testIterator(new Path2D.Float(p2d), p2d); in test()
187 testIterator(new Path2D.Double(p2d), p2d); in test()
188 testIterator((Path2D) p2d.clone(), p2d); in test()
192 testFlattening((Path2D) p2d.clone(), p2d); in test()
217 testGetBounds((Path2D) p2d.clone(), p2d); in test()
225 testIntersect((Path2D) p2d.clone(), p2d); in test()
227 testContains(new Path2D.Float(p2d), p2d); in test()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dgencyl.cpp22 Point<2> p2d; in Project() local
30 p = planep + p2d(0) * planee1 + p2d(1) * planee2 + z * planee3; in Project()
36 Point<2> p2d, projp; in BoxInSolid() local
63 Point<2> p2d, projp; in CalcFunctionValue() local
82 Point<2> p2d, projp; in CalcGradient() local
114 curvpp = p2d-curvp; in CalcHesse()
156 Point<2> p2d; in GetSurfacePoint() local
158 return planep + p2d(0) * planee1 + p2d(1) * planee2; in GetSurfacePoint()
182 Point<2> p2d; in Plot() local
191 p = planep + p2d(0) * planee1 + p2d(1) * planee2; in Plot()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dgencyl.cpp22 Point<2> p2d; in Project() local
28 crosssection.Project (p2d); in Project()
30 p = planep + p2d(0) * planee1 + p2d(1) * planee2 + z * planee3; in Project()
36 Point<2> p2d, projp; in BoxInSolid() local
63 Point<2> p2d, projp; in CalcFunctionValue() local
77 return n * (p2d - projp); in CalcFunctionValue()
82 Point<2> p2d, projp; in CalcGradient() local
102 Point<2> p2d, projp; in CalcHesse() local
114 curvpp = p2d-curvp; in CalcHesse()
156 Point<2> p2d; in GetSurfacePoint() local
[all …]
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dgencyl.cpp22 Point<2> p2d; in Project() local
28 crosssection.Project (p2d); in Project()
30 p = planep + p2d(0) * planee1 + p2d(1) * planee2 + z * planee3; in Project()
36 Point<2> p2d, projp; in BoxInSolid() local
63 Point<2> p2d, projp; in CalcFunctionValue() local
77 return n * (p2d - projp); in CalcFunctionValue()
82 Point<2> p2d, projp; in CalcGradient() local
102 Point<2> p2d, projp; in CalcHesse() local
114 curvpp = p2d-curvp; in CalcHesse()
156 Point<2> p2d; in GetSurfacePoint() local
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/paint/win/
H A Dpng2bmp.cpp60 PNGD_P2DINFO p2d; in convertPNG2BMP() local
64 ZeroMemory((void*)&p2d,sizeof(PNGD_P2DINFO)); in convertPNG2BMP()
66 p2d.structsize=sizeof(PNGD_P2DINFO); in convertPNG2BMP()
67 p2d.flags=0; in convertPNG2BMP()
68 p2d.pngfn=pngfn; // name of the file to read in convertPNG2BMP()
69 p2d.errmsg=errmsg; strcpy(errmsg,""); in convertPNG2BMP()
71 if ((ret=read_png_to_dib(&p2d))) return ret; in convertPNG2BMP()
76 if(write_dib_to_bmp(bmpfn, p2d.lpdib, p2d.dibsize, p2d.bits_offs)) in convertPNG2BMP()
84 GlobalFree((void*)p2d.lpdib); in convertPNG2BMP()

12345678910>>...23