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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DFlatteningPathIterator.java62 int holdType; // The type of the curve being held field in class:FlatteningPathIterator
208 holdType = src.currentSegment(hold);
213 switch (holdType) {
218 if (holdType == SEG_MOVETO) {
350 int type = holdType;
385 int type = holdType;

Completed in 52 milliseconds