Searched refs:QuadCurve2D (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/awt/java/awt/geom/
H A DQuadCurve2D.java32 * The Class QuadCurve2D is a Shape that represents a segment of a quadratic
41 public abstract class QuadCurve2D implements Shape, Cloneable { class in inherits:Shape,Cloneable
44 * The Class Float is the subclass of QuadCurve2D that has all of its data
49 public static class Float extends QuadCurve2D {
82 * Instantiates a new float-valued QuadCurve2D with all coordinate
89 * Instantiates a new float-valued QuadCurve2D with the specified
203 * The Class Double is the subclass of QuadCurve2D that has all of its data
208 public static class Double extends QuadCurve2D {
241 * Instantiates a new double-valued QuadCurve2D with all coordinate
248 * Instantiates a new double-valued QuadCurve2D wit
441 protected QuadCurve2D() { method in class:QuadCurve2D
[all...]
H A DFlatteningPathIterator.java241 if (QuadCurve2D.getFlatnessSq(buf, bufIndex) < flatness2) {
255 QuadCurve2D.subdivide(buf, bufIndex, buf, bufIndex - 4, buf, bufIndex);

Completed in 30 milliseconds