Searched defs:SEG_MOVETO (Results 1 - 3 of 3) sorted by relevance

/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 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...]
/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;

Completed in 38 milliseconds