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

/external/skia/include/core/
H A DSkPath.h413 SkPath::Verb array has two entries: kMove_Verb, kLine_Verb.
449 /** Returns the number of verbs: kMove_Verb, kLine_Verb, kQuad_Verb, kConic_Verb,
570 lineTo() then appends kLine_Verb to verb array and (x, y) to SkPoint array.
581 lineTo() then appends kLine_Verb to verb array and SkPoint p to SkPoint array.
593 then appends kLine_Verb to verb array and line end to SkPoint array.
662 If w is not finite, appends kLine_Verb twice to verb array, and
686 If w is not finite, appends kLine_Verb twice to verb array, and
706 kQuad_Verb to verb array; or if w is not finite, appends kLine_Verb
1014 /** Add SkRect to SkPath, appending kMove_Verb, three kLine_Verb, and kClose_Verb,
1024 /** Add SkRect to SkPath, appending kMove_Verb, three kLine_Verb, an
1330 kLine_Verb, enumerator in enum:SkPath::Verb
[all...]
/external/skqp/include/core/
H A DSkPath.h455 SkPath::Verb array has two entries: kMove_Verb, kLine_Verb.
491 /** Returns the number of verbs: kMove_Verb, kLine_Verb, kQuad_Verb, kConic_Verb,
612 lineTo() then appends kLine_Verb to verb array and (x, y) to SkPoint array.
623 lineTo() then appends kLine_Verb to verb array and SkPoint p to SkPoint array.
635 then appends kLine_Verb to verb array and line end to SkPoint array.
704 If w is not finite, appends kLine_Verb twice to verb array, and
728 If w is not finite, appends kLine_Verb twice to verb array, and
748 kQuad_Verb to verb array; or if w is not finite, appends kLine_Verb
1056 /** Add SkRect to SkPath, appending kMove_Verb, three kLine_Verb, and kClose_Verb,
1066 /** Add SkRect to SkPath, appending kMove_Verb, three kLine_Verb, an
1372 kLine_Verb, enumerator in enum:SkPath::Verb
[all...]

Completed in 2230 milliseconds