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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPathIterator.java145 public static final int SEG_CLOSE = 4; field in interface:PathIterator
174 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
181 * and SEG_CLOSE does not return any points.
189 * @see #SEG_CLOSE
197 * SEG_MOVETO, SEG_LINETO, SEG_QUADTO, SEG_CUBICTO, or SEG_CLOSE.
204 * and SEG_CLOSE does not return any points.
212 * @see #SEG_CLOSE
H A DPath2D.java95 private static final byte SEG_CLOSE = (byte) PathIterator.SEG_CLOSE; field in class:Path2D
529 case PathIterator.SEG_CLOSE:
619 case PathIterator.SEG_CLOSE:
663 if (pointTypes[numTypes - 1] != SEG_CLOSE &&
683 case SEG_CLOSE:
1253 case PathIterator.SEG_CLOSE:
1344 case PathIterator.SEG_CLOSE:
1388 if (pointTypes[numTypes - 1] != SEG_CLOSE &&
1408 case SEG_CLOSE
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c1038 #define SEG_CLOSE 4 macro
1175 gpdata->pointTypes[gpdata->numTypes++] = SEG_CLOSE;

Completed in 38 milliseconds