Home
last modified time | relevance | path

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

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