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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPathIterator.java92 public static final int SEG_LINETO = 1; field in interface:PathIterator
174 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
178 * SEG_MOVETO and SEG_LINETO types returns one point,
186 * @see #SEG_LINETO
197 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
201 * SEG_MOVETO and SEG_LINETO types returns one point,
209 * @see #SEG_LINETO
H A DPath2D.java92 private static final byte SEG_LINETO = (byte) PathIterator.SEG_LINETO; field in class:Path2D
351 pointTypes[numTypes++] = SEG_LINETO;
372 pointTypes[numTypes++] = SEG_LINETO;
494 case PathIterator.SEG_LINETO:
578 case PathIterator.SEG_LINETO:
671 case SEG_LINETO:
1161 pointTypes[numTypes++] = SEG_LINETO;
1218 case PathIterator.SEG_LINETO:
1302 case PathIterator.SEG_LINETO
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c1035 #define SEG_LINETO 1 macro
1117 current_type = SEG_LINETO;
1120 current_type = SEG_LINETO;
1132 current_type = SEG_LINETO;

Completed in 54 milliseconds