Home | History | Annotate | Download | only in MagickWand

Lines Matching full:curve

792 %  DrawBezier() draws a bezier curve through a set of points on the image.
2865 % DrawPathCurveToAbsolute() draws a cubic Bezier curve from the current
2867 % the curve and (x2,y2) as the control point at the end of the curve using
2881 % o x1: x ordinate of control point for curve beginning
2883 % o y1: y ordinate of control point for curve beginning
2885 % o x2: x ordinate of control point for curve ending
2887 % o y2: y ordinate of control point for curve ending
2889 % o x: x ordinate of the end of the curve
2891 % o y: y ordinate of the end of the curve
2938 % DrawPathCurveToRelative() draws a cubic Bezier curve from the current
2940 % the curve and (x2,y2) as the control point at the end of the curve using
2954 % o x1: x ordinate of control point for curve beginning
2956 % o y1: y ordinate of control point for curve beginning
2958 % o x2: x ordinate of control point for curve ending
2960 % o y2: y ordinate of control point for curve ending
2962 % o x: x ordinate of the end of the curve
2964 % o y: y ordinate of the end of the curve
2989 % DrawPathCurveToQuadraticBezierAbsolute() draws a quadratic Bezier curve
3054 % DrawPathCurveToQuadraticBezierRelative() draws a quadratic Bezier curve
3100 % Bezier curve (using absolute coordinates) from the current point to
3169 % curve (using relative coordinates) from the current point to (x,y). The
3212 % DrawPathCurveToSmoothAbsolute() draws a cubic Bezier curve from the
3221 % curve). At the end of the command, the new current point becomes the
3284 % DrawPathCurveToSmoothRelative() draws a cubic Bezier curve from the current
3292 % control point at the end of the curve). At the end of the command, the new