Searched refs:getY2 (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DLine2D.java150 public double getY2() { method in class:Line2D.Float
318 public double getY2() { method in class:Line2D.Double
421 public abstract double getY2(); method in class:Line2D
459 setLine(l.getX1(), l.getY1(), l.getX2(), l.getY2());
556 return relativeCCW(getX1(), getY1(), getX2(), getY2(), px, py);
573 return relativeCCW(getX1(), getY1(), getX2(), getY2(),
632 getX1(), getY1(), getX2(), getY2());
644 return linesIntersect(l.getX1(), l.getY1(), l.getX2(), l.getY2(),
645 getX1(), getY1(), getX2(), getY2());
771 return ptSegDistSq(getX1(), getY1(), getX2(), getY2(), p
[all...]
H A DCubicIterator.java106 coords[5] = (float) cubic.getY2();
148 coords[5] = cubic.getY2();
H A DLineIterator.java102 coords[1] = (float) line.getY2();
140 coords[1] = line.getY2();
H A DQuadIterator.java104 coords[3] = (float) quad.getY2();
144 coords[3] = quad.getY2();
H A DQuadCurve2D.java189 public double getY2() { method in class:QuadCurve2D.Float
402 public double getY2() { method in class:QuadCurve2D.Double
525 public abstract double getY2(); method in class:QuadCurve2D
610 c.getX2(), c.getY2());
701 getX2(), getY2(),
714 getX2(), getY2(),
757 double y2 = src.getY2();
927 double y2 = getY2();
1142 double y2 = getY2();
H A DCubicCurve2D.java244 public double getY2() { method in class:CubicCurve2D.Float
527 public double getY2() { method in class:CubicCurve2D.Double
683 public abstract double getY2(); method in class:CubicCurve2D
780 c.getCtrlX2(), c.getCtrlY2(), c.getX2(), c.getY2());
899 getCtrlX2(), getCtrlY2(), getX2(), getY2());
911 getCtrlX2(), getCtrlY2(), getX2(), getY2());
952 double y2 = src.getY2();
1418 double y2 = getY2();
1479 if (!(getX1() == getX2() && getY1() == getY2())) {
1484 getX2(), getY2());
[all...]
H A DRectangle2D.java594 return intersectsLine(l.getX1(), l.getY1(), l.getX2(), l.getY2());
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java106 public double getY2() { return y2; } method in class:Rectangle
139 public double getY2() { return y2; } method in class:Ellipse
H A DPainterGenerator.java229 float y2 = encode((float)rshape.getY2(), c, d, height);
256 float y2 = encode((float)eshape.getY2(), c, d, height);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java141 l2d.getX2(), l2d.getY2()))
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java768 cubic.getY2()
831 quad.getY2()
1233 line.getY2()
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java337 float y2 = (float) line.getY2();

Completed in 318 milliseconds