Home | History | Annotate | Download | only in core

Lines Matching defs:kConic_Verb

449     /** Returns the number of verbs: kMove_Verb, kLine_Verb, kQuad_Verb, kConic_Verb,
656 If w is finite and not one, appends kConic_Verb to verb array;
680 If w is finite and not one, appends kConic_Verb to verb array;
704 If w is finite and not one, next appends kConic_Verb to verb array,
1050 /** Add oval to path, appending kMove_Verb, four kConic_Verb, and kClose_Verb.
1062 /** Add oval to SkPath, appending kMove_Verb, four kConic_Verb, and kClose_Verb.
1074 four kConic_Verb, and kClose_Verb. Circle begins at: (x + radius, y), continuing
1306 kConic_SegmentMask = 1 << 2, //!< Set if verb array contains kConic_Verb.
1344 kConic_Verb,
1409 /** Returns conic weight if next() returned kConic_Verb.
1411 If next() has not been called, or next() did not return kConic_Verb,
1504 /** Returns conic weight if next() returned kConic_Verb.
1506 If next() has not been called, or next() did not return kConic_Verb,