Searched refs:SEG_MOVETO (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPathIterator.java85 public static final int SEG_MOVETO = 0; field in interface:PathIterator
143 * back to the point corresponding to the most recent SEG_MOVETO.
174 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
178 * SEG_MOVETO and SEG_LINETO types returns one point,
185 * @see #SEG_MOVETO
197 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
201 * SEG_MOVETO and SEG_LINETO types returns one point,
208 * @see #SEG_MOVETO
H A DCubicIterator.java77 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
81 * SEG_MOVETO and SEG_LINETO types will return one point,
85 * @see #SEG_MOVETO
99 type = SEG_MOVETO;
119 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
123 * SEG_MOVETO and SEG_LINETO types will return one point,
127 * @see #SEG_MOVETO
141 type = SEG_MOVETO;
H A DLineIterator.java77 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
81 * SEG_MOVETO and SEG_LINETO types will return one point,
85 * @see #SEG_MOVETO
99 type = SEG_MOVETO;
115 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
119 * SEG_MOVETO and SEG_LINETO types will return one point,
123 * @see #SEG_MOVETO
137 type = SEG_MOVETO;
H A DQuadIterator.java77 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
81 * SEG_MOVETO and SEG_LINETO types will return one point,
85 * @see #SEG_MOVETO
99 type = SEG_MOVETO;
117 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
121 * SEG_MOVETO and SEG_LINETO types will return one point,
125 * @see #SEG_MOVETO
139 type = SEG_MOVETO;
H A DRectIterator.java83 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
87 * SEG_MOVETO and SEG_LINETO types will return one point,
91 * @see #SEG_MOVETO
115 return (index == 0 ? SEG_MOVETO : SEG_LINETO);
122 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
126 * SEG_MOVETO and SEG_LINETO types will return one point,
130 * @see #SEG_MOVETO
154 return (index == 0 ? SEG_MOVETO : SEG_LINETO);
H A DFlatteningPathIterator.java214 case SEG_MOVETO:
218 if (holdType == SEG_MOVETO) {
330 * SEG_MOVETO, SEG_LINETO, or SEG_CLOSE.
334 * SEG_MOVETO and SEG_LINETO types return one point,
342 * @see PathIterator#SEG_MOVETO
354 if (type != SEG_MOVETO) {
365 * SEG_MOVETO, SEG_LINETO, or SEG_CLOSE.
369 * SEG_MOVETO and SEG_LINETO types return one point,
377 * @see PathIterator#SEG_MOVETO
389 if (type != SEG_MOVETO) {
[all...]
H A DEllipseIterator.java100 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
104 * SEG_MOVETO and SEG_LINETO types will return one point,
108 * @see #SEG_MOVETO
128 return SEG_MOVETO;
147 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
151 * SEG_MOVETO and SEG_LINETO types will return one point,
155 * @see #SEG_MOVETO
175 return SEG_MOVETO;
H A DPath2D.java91 private static final byte SEG_MOVETO = (byte) PathIterator.SEG_MOVETO; field in class:Path2D
309 if (numTypes > 0 && pointTypes[numTypes - 1] == SEG_MOVETO) {
314 pointTypes[numTypes++] = SEG_MOVETO;
334 if (numTypes > 0 && pointTypes[numTypes - 1] == SEG_MOVETO) {
339 pointTypes[numTypes++] = SEG_MOVETO;
484 case PathIterator.SEG_MOVETO:
564 case PathIterator.SEG_MOVETO:
658 case SEG_MOVETO:
1144 if (numTypes > 0 && pointTypes[numTypes - 1] == SEG_MOVETO) {
[all...]
H A DArcIterator.java197 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
201 * SEG_MOVETO and SEG_LINETO types will return one point,
205 * @see #SEG_MOVETO
222 return SEG_MOVETO;
257 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
261 * SEG_MOVETO and SEG_LINETO types will return one point,
265 * @see #SEG_MOVETO
282 return SEG_MOVETO;
H A DRoundRectIterator.java114 SEG_MOVETO,
126 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
130 * SEG_MOVETO and SEG_LINETO types will return one point,
134 * @see #SEG_MOVETO
160 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
164 * SEG_MOVETO and SEG_LINETO types will return one point,
168 * @see #SEG_MOVETO
H A DArea.java153 case PathIterator.SEG_MOVETO:
404 * number of {@link PathIterator#SEG_MOVETO SEG_MOVETO} segments
639 * represented by the SEG_MOVETO, SEG_LINETO, and SEG_CLOSE point
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DOrder0.java140 return PathIterator.SEG_MOVETO;
H A DCurve.java119 * The path must start with a SEG_MOVETO, otherwise an exception is
131 if (pi.currentSegment(coords) != PathIterator.SEG_MOVETO) {
144 case PathIterator.SEG_MOVETO:
373 * The path must start with a SEG_MOVETO, otherwise an exception is
388 if (pi.currentSegment(coords) != PathIterator.SEG_MOVETO) {
399 case PathIterator.SEG_MOVETO:
H A DCrossings.java131 case PathIterator.SEG_MOVETO:
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java193 if (type != PathIterator.SEG_MOVETO) {
208 case PathIterator.SEG_MOVETO:
237 case PathIterator.SEG_MOVETO:
247 case PathIterator.SEG_MOVETO:
249 /* Checking SEG_MOVETO coordinates if they are out of the
445 if (type != PathIterator.SEG_MOVETO) {
460 case PathIterator.SEG_MOVETO:
489 case PathIterator.SEG_MOVETO:
499 case PathIterator.SEG_MOVETO:
501 /* Checking SEG_MOVETO coordinate
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DPolygon.java552 * outline of the <code>Shape</code>. Only SEG_MOVETO, SEG_LINETO, and
620 * SEG_MOVETO, SEG_LINETO, or SEG_CLOSE.
624 * coordinates. SEG_MOVETO and SEG_LINETO types return one
630 * @see PathIterator#SEG_MOVETO
643 return (index == 0 ? SEG_MOVETO : SEG_LINETO);
650 * SEG_MOVETO, SEG_LINETO, or SEG_CLOSE.
655 * SEG_MOVETO and SEG_LINETO types return one point,
661 * @see PathIterator#SEG_MOVETO
674 return (index == 0 ? SEG_MOVETO : SEG_LINETO);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java414 case PathIterator.SEG_MOVETO:
449 case PathIterator.SEG_MOVETO:
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderingEngine.java366 case PathIterator.SEG_MOVETO:
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesPathBuf.java156 case PathIterator.SEG_MOVETO:
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c1034 #define SEG_MOVETO 0 macro
1116 gpdata->pointTypes[gpdata->numTypes++] = SEG_MOVETO;
1131 gpdata->pointTypes[gpdata->numTypes++] = SEG_MOVETO;
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java956 type = PathIterator.SEG_MOVETO;
1000 case PathIterator.SEG_MOVETO:
1081 case PathIterator.SEG_MOVETO:
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java911 case SEG_MOVETO: moveTo(coords[0], coords[1]); break;
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java838 case PathIterator.SEG_MOVETO:
839 // System.err.println(" SEG_MOVETO ("+segmentCoordinatesArray[0]+", "+segmentCoordinatesArray[1]+")");
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java1688 case PathIterator.SEG_MOVETO:
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java1506 case PathIterator.SEG_MOVETO:
1524 /* Checking SEG_MOVETO coordinates if they are out of the

Completed in 5440 milliseconds

12