• Home
  • Raw
  • Download

Lines Matching refs:curves

86 #Line # loop of lines and curves ##
179 and may be followed by additional verbs that add lines or curves.
1688 #Line # end points and control points for lines and curves ##
2018 Returns minimum and maximum x and y values of the lines and curves in Path.
2027 only lines. If Path contains curves, computed bounds includes
2031 #Return tight bounds of curves in Path ##
2357 of a parabola. Quad begins at a start Point, curves towards a control Point,
2358 and then curves to an end Point.
2529 curves towards a control Point, and then curves to an end Point. The influence
2679 The bottom two curves are elliptical; the next is parabolic; the
2825 and curves from the end Point towards the second control Point.
3483 curves from last Path Point to (x, y), choosing one of four possible routes:
3491 arcTo appends up to four Conic curves.
3536 with radii (r.fX, r.fY) rotated by xAxisRotate degrees. Arc curves from last Path Point to
3544 arcTo appends up to four Conic curves.
3582 xAxisRotate degrees. Arc curves from last Path Point (x0, y0) to end Point:
3596 arcTo appends up to four Conic curves.
3807 Two Quad curves are sufficient to approximate an elliptical Conic with a sweep
3815 #Param pow2 Quad count, as power of two, normally 0 to 5 (1 to 32 Quad curves) ##
3817 #Return number of Quad curves written to pts ##
3821 A pair of Quad curves are drawn in red on top of the elliptical Conic curve in black.
4631 Append src to Path, transformed by matrix. Transformed curves may have different
5559 #Param exact skip zero length curves ##