Home
last modified time | relevance | path

Searched refs:DrawPathMoveTo (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.c3816 static void DrawPathMoveTo(DrawingWand *wand,const PathMode mode,const double x, in DrawPathMoveTo() function
3842 DrawPathMoveTo(wand,AbsolutePathMode,x,y); in DrawPathMoveToAbsolute()
3881 DrawPathMoveTo(wand,RelativePathMode,x,y); in DrawPathMoveToRelative()