Lines Matching full:appends
569 lineTo() appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.
570 lineTo() then appends kLine_Verb to verb array and (x, y) to SkPoint array.
580 lineTo() first appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.
581 lineTo() then appends kLine_Verb to verb array and SkPoint p to SkPoint array.
592 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
593 then appends kLine_Verb to verb array and line end to SkPoint array.
606 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
607 then appends kQuad_Verb to verb array; and (x1, y1), (x2, y2)
621 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
622 then appends kQuad_Verb to verb array; and SkPoint p1, p2
636 Appends kMove_Verb to verb array and (0, 0) to SkPoint array,
637 if needed; then appends kQuad_Verb to verb array; and appends quad
654 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.
656 If w is finite and not one, appends kConic_Verb to verb array;
659 If w is one, appends kQuad_Verb to verb array, and
662 If w is not finite, appends kLine_Verb twice to verb array, and
678 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed.
680 If w is finite and not one, appends kConic_Verb to verb array;
683 If w is one, appends kQuad_Verb to verb array, and SkPoint p1, p2
686 If w is not finite, appends kLine_Verb twice to verb array, and
701 Appends kMove_Verb to verb array and (0, 0) to SkPoint array,
704 If w is finite and not one, next appends kConic_Verb to verb array,
705 and w is recorded as conic weight; otherwise, if w is one, appends
706 kQuad_Verb to verb array; or if w is not finite, appends kLine_Verb
709 In all cases appends SkPoint control and end to SkPoint array.
728 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
729 then appends kCubic_Verb to verb array; and (x1, y1), (x2, y2), (x3, y3)
746 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed;
747 then appends kCubic_Verb to verb array; and SkPoint p1, p2, p3
763 Appends kMove_Verb to verb array and (0, 0) to SkPoint array,
764 if needed; then appends kCubic_Verb to verb array; and appends cubic
814 If last SkPath SkPoint does not start arc, arcTo() appends connecting line to SkPath.
818 tangents are nearly parallel, arcTo() appends line from last SkPath SkPoint to p1.
820 arcTo() appends at most one line and one conic.
845 Arc sweep is always less than 360 degrees. arcTo() appends line to (x, y) if
850 arcTo() appends up to four conic curves.
871 Arc sweep is always less than 360 degrees. arcTo() appends line to xy if either radii are zero,
875 arcTo() appends up to four conic curves.
898 Arc sweep is always less than 360 degrees. arcTo() appends line to end SkPoint
903 arcTo() appends up to four conic curves.
1109 corners fit. If rx or ry is less than or equal to zero, addRoundRect() appends
1157 in pts array. If close is true,appends kClose_Verb to SkPath, connecting
1170 AddPathMode chooses how addPath() appends. Adding one SkPath to another can extend
1228 Reversed src always appends a new contour to SkPath.