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

/frameworks/base/awt/java/awt/geom/
H A DLine2D.java102 public double getX1() { method in class:Line2D.Float
242 public double getX1() { method in class:Line2D.Double
346 this.x1 = l.getX1();
420 public abstract double getX1(); 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(), getY
[all...]
H A DQuadCurve2D.java112 public double getX1() { method in class:QuadCurve2D.Float
271 public double getX1() { method in class:QuadCurve2D.Double
393 coords[0] = c.getX1();
419 coords[0] = (float)c.getX1();
449 public abstract double getX1(); 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());
750 double x1 = src.getX1();
H A DCubicCurve2D.java126 public double getX1() { method in class:CubicCurve2D.Float
321 public double getX1() { method in class:CubicCurve2D.Double
459 coords[0] = c.getX1();
486 coords[0] = (float)c.getX1();
518 public abstract double getX1(); method in class:CubicCurve2D
688 setCurve(curve.getX1(), curve.getY1(), curve.getCtrlX1(), curve.getCtrlY1(), curve
700 return getFlatnessSq(getX1(), getY1(), getCtrlX1(), getCtrlY1(), getCtrlX2(), getCtrlY2(),
763 return getFlatness(getX1(), getY1(), getCtrlX1(), getCtrlY1(), getCtrlX2(), getCtrlY2(),
857 double x1 = src.getX1();
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.java412 path.moveTo((float) caret1.getX1(), (float) caret1.getY1());
413 path.lineTo((float) caret2.getX1(), (float) caret2.getY1());

Completed in 86 milliseconds