Searched refs:DrawPathCurveToSmooth (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 3257 static void DrawPathCurveToSmooth(DrawingWand *wand,const PathMode mode, in DrawPathCurveToSmooth() function 3283 DrawPathCurveToSmooth(wand,AbsolutePathMode,x2,y2,x,y); in DrawPathCurveToSmoothAbsolute() 3333 DrawPathCurveToSmooth(wand,RelativePathMode,x2,y2,x,y); in DrawPathCurveToSmoothRelative()
|