Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.c2836 static void DrawPathCurveTo(DrawingWand *wand,const PathMode mode, in DrawPathCurveTo() function
2864 DrawPathCurveTo(wand,AbsolutePathMode,x1,y1,x2,y2,x,y); in DrawPathCurveToAbsolute()
2914 DrawPathCurveTo(wand,RelativePathMode,x1,y1,x2,y2,x,y); in DrawPathCurveToRelative()