Home | History | Annotate | Download | only in core

Lines Matching full:appends

611         lineTo() appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.
612 lineTo() then appends kLine_Verb to verb array and (x, y) to SkPoint array.
622 lineTo() first appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.
623 lineTo() then appends kLine_Verb to verb array and SkPoint p to SkPoint array.
634 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
635 then appends kLine_Verb to verb array and line end to SkPoint array.
648 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
649 then appends kQuad_Verb to verb array; and (x1, y1), (x2, y2)
663 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
664 then appends kQuad_Verb to verb array; and points p1, p2
678 Appends kMove_Verb to verb array and (0, 0) to SkPoint array,
679 if needed; then appends kQuad_Verb to verb array; and appends quad
696 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.
698 If w is finite and not one, appends kConic_Verb to verb array;
701 If w is one, appends kQuad_Verb to verb array, and
704 If w is not finite, appends kLine_Verb twice to verb array, and
720 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.
722 If w is finite and not one, appends kConic_Verb to verb array;
725 If w is one, appends kQuad_Verb to verb array, and points p1, p2
728 If w is not finite, appends kLine_Verb twice to verb array, and
743 Appends kMove_Verb to verb array and (0, 0) to SkPoint array,
746 If w is finite and not one, next appends kConic_Verb to verb array,
747 and w is recorded as conic weight; otherwise, if w is one, appends
748 kQuad_Verb to verb array; or if w is not finite, appends kLine_Verb
751 In all cases appends points control and end to SkPoint array.
770 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
771 then appends kCubic_Verb to verb array; and (x1, y1), (x2, y2), (x3, y3)
788 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
789 then appends kCubic_Verb to verb array; and points p1, p2, p3
805 Appends kMove_Verb to verb array and (0, 0) to SkPoint array,
806 if needed; then appends kCubic_Verb to verb array; and appends cubic
856 If last SkPath SkPoint does not start arc, arcTo() appends connecting line to SkPath.
860 tangents are nearly parallel, arcTo() appends line from last SkPath SkPoint to p1.
862 arcTo() appends at most one line and one conic.
887 Arc sweep is always less than 360 degrees. arcTo() appends line to (x, y) if
892 arcTo() appends up to four conic curves.
913 Arc sweep is always less than 360 degrees. arcTo() appends line to xy if either radii are zero,
917 arcTo() appends up to four conic curves.
940 Arc sweep is always less than 360 degrees. arcTo() appends line to end SkPoint
945 arcTo() appends up to four conic curves.
1151 corners fit. If rx or ry is less than or equal to zero, addRoundRect() appends
1199 in pts array. If close is true,appends kClose_Verb to SkPath, connecting
1212 AddPathMode chooses how addPath() appends. Adding one SkPath to another can extend
1270 Reversed src always appends a new contour to SkPath.