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

/external/skia/include/core/
H A DSkPath.h449 /** 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, enumerator in enum:SkPath::Verb
1409 /** Returns conic weight if next() returned kConic_Verb
[all...]
/external/skqp/include/core/
H A DSkPath.h491 /** 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, enumerator in enum:SkPath::Verb
1451 /** Returns conic weight if next() returned kConic_Verb
[all...]

Completed in 1438 milliseconds