Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:coordinate

313     *coordinate;
319 for (i=number_coordinates, coordinate=coordinates; i != 0; i--)
321 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",coordinate->x,coordinate->y);
322 coordinate++;
2869 % becomes the final (x,y) coordinate pair used in the polybezier.
2942 % becomes the final (x,y) coordinate pair used in the polybezier.
2992 % becomes the final (x,y) coordinate pair used in the polybezier.
3057 % becomes the final (x,y) coordinate pair used in the polybezier.
3109 % new current point becomes the final (x,y) coordinate pair used in the
3178 % current point becomes the final (x,y) coordinate pair used in the polybezier.
3222 % final (x,y) coordinate pair used in the polybezier.
3293 % current point becomes the final (x,y) coordinate pair used in the polybezier.
3339 % coordinate system. The center (cx, cy) of the ellipse is calculated
3362 % relative to the current coordinate system
3425 % coordinate system. The center (cx, cy) of the ellipse is calculated
3448 % relative to the current coordinate system
3513 % given coordinate using absolute coordinates. The coordinate then becomes
3572 % given coordinate using relative coordinates. The coordinate then becomes
3794 coordinate
3796 % specified coordinate.
3854 % DrawPathMoveToRelative() starts a new sub-path at the given coordinate using
3856 % coordinate.
3942 % o x: target x coordinate
3944 % o y: target y coordinate
3982 % o coordinates: coordinate array
4021 % o coordinates: coordinate array
4325 % o x1: x ordinate of first coordinate
4327 % o y1: y ordinate of first coordinate
4329 % o x2: x ordinate of second coordinate
4331 % o y2: y ordinate of second coordinate
4435 % DrawRotate() applies the specified rotation to the current coordinate space.
4482 % o x1: x ordinate of first coordinate
4484 % o y1: y ordinate of first coordinate
4486 % o x2: x ordinate of second coordinate
4488 % o y2: y ordinate of second coordinate
4519 % vertical directions to the current coordinate space.
6632 % DrawSkewX() skews the current coordinate system in the horizontal
6667 % DrawSkewY() skews the current coordinate system in the vertical
6702 % DrawTranslate() applies a translation to the current coordinate
6703 % system which moves the coordinate system origin to the specified
6704 % coordinate.
6715 % o x: new x ordinate for coordinate system origin
6717 % o y: new y ordinate for coordinate system origin