Searched refs:getX2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/awt/java/awt/geom/
H A DLine2D.java112 public double getX2() { method in class:Line2D.Float
252 public double getX2() { method in class:Line2D.Double
348 this.x2 = l.getX2();
434 public abstract double getX2(); method in class:Line2D
490 setLine(line.getX1(), line.getY1(), line.getX2(), line.getY2());
570 return relativeCCW(getX1(), getY1(), getX2(), getY2(), px, py);
592 return relativeCCW(getX1(), getY1(), getX2(), getY2(), p.getX(), p.getY());
669 return linesIntersect(x1, y1, x2, y2, getX1(), getY1(), getX2(), getY2());
682 return linesIntersect(l.getX1(), l.getY1(), l.getX2(), l.getY2(), getX1(), getY1(),
683 getX2(), getY
[all...]
H A DQuadCurve2D.java132 public double getX2() { method in class:QuadCurve2D.Float
291 public double getX2() { method in class:QuadCurve2D.Double
400 coords[2] = c.getX2();
426 coords[2] = (float)c.getX2();
491 public abstract double getX2(); method in class:QuadCurve2D
590 setCurve(curve.getX1(), curve.getY1(), curve.getCtrlX(), curve.getCtrlY(), curve.getX2(),
602 return Line2D.ptSegDistSq(getX1(), getY1(), getX2(), getY2(), getCtrlX(), getCtrlY());
663 return Line2D.ptSegDist(getX1(), getY1(), getX2(), getY2(), getCtrlX(), getCtrlY());
754 double x2 = src.getX2();
H A DCubicCurve2D.java156 public double getX2() { method in class:CubicCurve2D.Float
351 public double getX2() { method in class:CubicCurve2D.Double
468 coords[4] = c.getX2();
495 coords[4] = (float)c.getX2();
581 public abstract double getX2(); method in class:CubicCurve2D
689 .getCtrlX2(), curve.getCtrlY2(), curve.getX2(), curve.getY2());
701 getX2(), getY2());
764 getX2(), getY2());
863 double x2 = src.getX2();
H A DRectangle2D.java652 return intersectsLine(l.getX1(), l.getY1(), l.getX2(), l.getY2());
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DCaretManager.java414 path.lineTo((float) caret2.getX2(), (float) caret2.getY2());
415 path.lineTo((float) caret1.getX2(), (float) caret1.getY2());

Completed in 74 milliseconds