Searched refs:VERB_DONE (Results 1 – 3 of 3) sorted by relevance
59 @IntDef({VERB_MOVE, VERB_LINE, VERB_QUAD, VERB_CONIC, VERB_CUBIC, VERB_CLOSE, VERB_DONE})68 public static final int VERB_DONE = 6; field in PathIterator139 return mCachedVerb != VERB_DONE; in hasNext()158 return VERB_DONE; in peek()174 return VERB_DONE; in nextInternal()181 if (verb == VERB_DONE) { in nextInternal()221 case VERB_DONE: return VERB_DONE; in getReturnVerb()
19 import static android.graphics.PathIterator.VERB_DONE;63 while (segment.getVerb() != VERB_DONE) { in testNextSegmentImpl()76 while (verb != VERB_DONE) { in testNextFloatsImpl()
16800 field public static final int VERB_DONE = 6; // 0x6