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

/external/skia/include/core/
H A DSkPath.h450 kCubic_Verb, and kClose_Verb; added to SkPath.
729 then appends kCubic_Verb to verb array; and (x1, y1), (x2, y2), (x3, y3)
747 then appends kCubic_Verb to verb array; and SkPoint p1, p2, p3
764 if needed; then appends kCubic_Verb to verb array; and appends cubic
1307 kCubic_SegmentMask = 1 << 3, //!< Set if verb array contains kCubic_Verb.
1350 kCubic_Verb, enumerator in enum:SkPath::Verb
/external/skqp/include/core/
H A DSkPath.h492 kCubic_Verb, and kClose_Verb; added to SkPath.
771 then appends kCubic_Verb to verb array; and (x1, y1), (x2, y2), (x3, y3)
789 then appends kCubic_Verb to verb array; and points p1, p2, p3
806 if needed; then appends kCubic_Verb to verb array; and appends cubic
1349 kCubic_SegmentMask = 1 << 3, //!< Set if verb array contains kCubic_Verb.
1392 kCubic_Verb, enumerator in enum:SkPath::Verb

Completed in 493 milliseconds