Searched refs:DrawPathCurveTo (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 2914 static void DrawPathCurveTo(DrawingWand *wand,const PathMode mode, in DrawPathCurveTo() function 2942 DrawPathCurveTo(wand,AbsolutePathMode,x1,y1,x2,y2,x,y); in DrawPathCurveToAbsolute() 2992 DrawPathCurveTo(wand,RelativePathMode,x1,y1,x2,y2,x,y); in DrawPathCurveToRelative()
|