Searched refs:currentSegment (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/awt/java/awt/geom/
H A DPathIterator.java126 public int currentSegment(float[] coords); method in interface:PathIterator
144 public int currentSegment(double[] coords); method in interface:PathIterator
H A DFlatteningPathIterator.java217 * the bigger series. Every currentSegment() call extract one point from the
222 bufType = p.currentSegment(coords);
325 public int currentSegment(float[] coords) { method in class:FlatteningPathIterator
342 public int currentSegment(double[] coords) { method in class:FlatteningPathIterator
H A DArea.java68 public int currentSegment(double[] coords) { method in class:Area.NullIterator
73 public int currentSegment(float[] coords) { method in class:Area.NullIterator
202 int type = p.currentSegment(coords);
H A DGeneralPath.java160 public int currentSegment(double[] coords) { method in class:GeneralPath.Iterator
177 public int currentSegment(float[] coords) { method in class:GeneralPath.Iterator
440 switch (path.currentSegment(coords)) {
H A DEllipse2D.java340 public int currentSegment(double[] coords) { method in class:Ellipse2D.Iterator
372 public int currentSegment(float[] coords) { method in class:Ellipse2D.Iterator
H A DRoundRectangle2D.java450 public int currentSegment(double[] coords) { method in class:RoundRectangle2D.Iterator
470 public int currentSegment(float[] coords) { method in class:RoundRectangle2D.Iterator
H A DLine2D.java365 public int currentSegment(double[] coords) { method in class:Line2D.Iterator
386 public int currentSegment(float[] coords) { method in class:Line2D.Iterator
H A DQuadCurve2D.java384 public int currentSegment(double[] coords) { method in class:QuadCurve2D.Iterator
410 public int currentSegment(float[] coords) { method in class:QuadCurve2D.Iterator
H A DRectangle2D.java448 public int currentSegment(double[] coords) { method in class:Rectangle2D.Iterator
487 public int currentSegment(float[] coords) { method in class:Rectangle2D.Iterator
H A DArc2D.java582 public int currentSegment(double[] coords) { method in class:Arc2D.Iterator
627 public int currentSegment(float[] coords) { method in class:Arc2D.Iterator
H A DCubicCurve2D.java451 public int currentSegment(double[] coords) { method in class:CubicCurve2D.Iterator
478 public int currentSegment(float[] coords) { method in class:CubicCurve2D.Iterator
/frameworks/base/awt/java/awt/
H A DPolygon.java131 public int currentSegment(double[] coords) { method in class:Polygon.Iterator
147 public int currentSegment(float[] coords) { method in class:Polygon.Iterator
H A DBasicStroke.java505 switch (p.currentSegment(coords)) {
570 switch (p.currentSegment(coords)) {
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DMultiRectArea.java273 public int currentSegment(double[] coords) { method in class:MultiRectArea.Iterator
312 public int currentSegment(float[] coords) { method in class:MultiRectArea.Iterator
H A DCrossing.java472 switch (p.currentSegment(coords)) {
825 switch (p.currentSegment(coords)) {
H A DCommonGraphics2D.java262 switch (pi.currentSegment(points)) {
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
H A DJavaShapeRasterizer.java208 switch(path.currentSegment(coords)) {
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphics2D.java194 int type = pi.currentSegment(coordinates);
310 int type = pi.currentSegment(coordinates);

Completed in 714 milliseconds