Searched refs:VERB_CONIC (Results 1 – 2 of 2) sorted by relevance
59 @IntDef({VERB_MOVE, VERB_LINE, VERB_QUAD, VERB_CONIC, VERB_CUBIC, VERB_CLOSE, VERB_DONE})65 public static final int VERB_CONIC = 3; field in PathIterator205 if (returnVerb == VERB_CONIC) { in next()218 case VERB_CONIC: return VERB_CONIC; in getReturnVerb()
16798 field public static final int VERB_CONIC = 3; // 0x3