Home | History | Annotate | Download | only in core

Lines Matching defs:kConic_Verb

491     /** Returns the number of verbs: kMove_Verb, kLine_Verb, kQuad_Verb, kConic_Verb,
698 If w is finite and not one, appends kConic_Verb to verb array;
722 If w is finite and not one, appends kConic_Verb to verb array;
746 If w is finite and not one, next appends kConic_Verb to verb array,
1092 /** Add oval to path, appending kMove_Verb, four kConic_Verb, and kClose_Verb.
1104 /** Add oval to SkPath, appending kMove_Verb, four kConic_Verb, and kClose_Verb.
1116 four kConic_Verb, and kClose_Verb. Circle begins at: (x + radius, y), continuing
1348 kConic_SegmentMask = 1 << 2, //!< Set if verb array contains kConic_Verb.
1386 kConic_Verb,
1451 /** Returns conic weight if next() returned kConic_Verb.
1453 If next() has not been called, or next() did not return kConic_Verb,
1546 /** Returns conic weight if next() returned kConic_Verb.
1548 If next() has not been called, or next() did not return kConic_Verb,