Searched refs:getX1 (Results 1 - 19 of 19) sorted by relevance

/openjdk9/jdk/make/src/classes/build/tools/generatenimbus/
H A DEllipse.java32 public double getX1() { return x1; } method in class:Ellipse
H A DRectangle.java32 public double getX1() { return x1; } method in class:Rectangle
H A DPainterGenerator.java229 float x1 = encode((float)rshape.getX1(), a, b, width);
256 float x1 = encode((float)eshape.getX1(), a, b, width);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DLine2D.java113 public double getX1() { method in class:Line2D.Float
281 public double getX1() { method in class:Line2D.Double
385 public abstract double getX1(); method in class:Line2D
454 setLine(l.getX1(), l.getY1(), l.getX2(), l.getY2());
551 return relativeCCW(getX1(), getY1(), getX2(), getY2(), px, py);
568 return relativeCCW(getX1(), getY1(), getX2(), getY2(),
627 getX1(), getY1(), getX2(), getY2());
639 return linesIntersect(l.getX1(), l.getY1(), l.getX2(), l.getY2(),
640 getX1(), getY1(), getX2(), getY2());
766 return ptSegDistSq(getX1(), getY
[all...]
H A DCubicIterator.java97 coords[0] = (float) cubic.getX1();
139 coords[0] = cubic.getX1();
H A DQuadIterator.java97 coords[0] = (float) quad.getX1();
137 coords[0] = quad.getX1();
H A DLineIterator.java97 coords[0] = (float) line.getX1();
135 coords[0] = line.getX1();
H A DQuadCurve2D.java133 public double getX1() { method in class:QuadCurve2D.Float
346 public double getX1() { method in class:QuadCurve2D.Double
469 public abstract double getX1(); method in class:QuadCurve2D
608 setCurve(c.getX1(), c.getY1(),
700 return Line2D.ptSegDistSq(getX1(), getY1(),
713 return Line2D.ptSegDist(getX1(), getY1(),
752 double x1 = src.getX1();
922 double x1 = getX1();
1134 double x1 = getX1();
H A DCubicCurve2D.java164 public double getX1() { method in class:CubicCurve2D.Float
447 public double getX1() { method in class:CubicCurve2D.Double
601 public abstract double getX1(); method in class:CubicCurve2D
779 setCurve(c.getX1(), c.getY1(), c.getCtrlX1(), c.getCtrlY1(),
898 return getFlatnessSq(getX1(), getY1(), getCtrlX1(), getCtrlY1(),
910 return getFlatness(getX1(), getY1(), getCtrlX1(), getCtrlY1(),
945 double x1 = src.getX1();
1415 double x1 = getX1();
1479 if (!(getX1() == getX2() && getY1() == getY2())) {
1483 getX1(), getY
[all...]
H A DArea.java694 prevcurve.getX1() == thiscurve.getX0() &&
H A DRectangle2D.java594 return intersectsLine(l.getX1(), l.getY1(), l.getX2(), l.getY2());
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/geom/
H A DOrder0.java78 public double getX1() { method in class:Order0
H A DOrder1.java94 public double getX1() { method in class:Order1
H A DOrder2.java234 public double getX1() { method in class:Order2
H A DOrder3.java311 public double getX1() { method in class:Order3
H A DCurve.java761 ("("+round(getX1())+", "+round(getY1())+"), ")+
782 public abstract double getX1(); method in class:Curve
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java140 l2d.getX1(), l2d.getY1(),
/openjdk9/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java761 cubic.getX1()+", "+
826 quad.getX1()+", "+
1230 line.getX1()+", "+
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DCRenderer.java334 float x1 = (float) line.getX1();

Completed in 312 milliseconds