Lines Matching full:appends
2239 #Line # appends Line ##
2243 lineTo appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed.
2244 lineTo then appends kLine_Verb to Verb_Array and (x, y) to Point_Array.
2285 lineTo first appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed.
2286 lineTo then appends kLine_Verb to Verb_Array and Point p to Point_Array.
2313 #Line # appends Line relative to Last_Point ##
2317 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed;
2318 then appends kLine_Verb to Verb_Array and Line end to Point_Array.
2410 #Line # appends Quad ##
2415 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed;
2416 then appends kQuad_Verb to Verb_Array; and (x1, y1), (x2, y2)
2453 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed;
2454 then appends kQuad_Verb to Verb_Array; and Points p1, p2
2482 #Line # appends Quad relative to Last_Point ##
2487 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array,
2488 if needed; then appends kQuad_Verb to Verb_Array; and appends Quad
2652 #Line # appends Conic ##
2658 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed.
2660 If w is finite and not one, appends kConic_Verb to Verb_Array;
2663 If w is one, appends kQuad_Verb to Verb_Array, and
2666 If w is not finite, appends kLine_Verb twice to Verb_Array, and
2714 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed.
2716 If w is finite and not one, appends kConic_Verb to Verb_Array;
2719 If w is one, appends kQuad_Verb to Verb_Array, and Points p1, p2
2722 If w is not finite, appends kLine_Verb twice to Verb_Array, and
2767 #Line # appends Conic relative to Last_Point ##
2773 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array,
2776 If w is finite and not one, next appends kConic_Verb to Verb_Array,
2777 and w is recorded as Conic_Weight; otherwise, if w is one, appends
2778 kQuad_Verb to Verb_Array; or if w is not finite, appends kLine_Verb
2781 In all cases appends Points control and end to Point_Array.
2856 #Line # appends Cubic ##
2862 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed;
2863 then appends kCubic_Verb to Verb_Array; and (x1, y1), (x2, y2), (x3, y3)
2905 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array, if needed;
2906 then appends kCubic_Verb to Verb_Array; and Points p1, p2, p3
2934 #Line # appends Cubic relative to Last_Point ##
2941 Appends kMove_Verb to Verb_Array and (0, 0) to Point_Array,
2942 if needed; then appends kCubic_Verb to Verb_Array; and appends Cubic
3169 #Line # appends Arc ##
3266 If last Path Point does not start Arc, arcTo appends connecting Line to Path.
3311 tangents are nearly parallel, arcTo appends Line from last Path Point to (x1, y1).
3313 arcTo appends at most one Line and one Conic.
3371 If last Path Point does not start Arc, arcTo appends connecting Line to Path.
3375 tangents are nearly parallel, arcTo appends Line from last Path Point to p1.
3377 arcTo appends at most one Line and one Conic.
3386 Because tangent lines are parallel, arcTo appends line from last Path Point to
3486 Arc sweep is always less than 360 degrees. arcTo appends Line to (x, y) if
3491 arcTo appends up to four Conic curves.
3540 Arc sweep is always less than 360 degrees. arcTo appends Line to xy if either radii are zero,
3544 arcTo appends up to four Conic curves.
3578 #Line # appends Arc relative to Last_Point ##
3591 Arc sweep is always less than 360 degrees. arcTo appends Line to end Point
3596 arcTo appends up to four Conic curves.
4279 corners fit. If rx or ry is less than or equal to zero, addRoundRect appends
4468 in pts array. If close is true,appends kClose_Verb to Path, connecting
4514 AddPathMode chooses how addPath appends. Adding one Path to another can extend
4667 Reversed src always appends a new Contour to Path.