Searched refs:MVGAutoWrapPrintf (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 162 MVGAutoWrapPrintf(DrawingWand *,const char *,...) wand_attribute((format 250 static int MVGAutoWrapPrintf(DrawingWand *wand,const char *format,...) in MVGAutoWrapPrintf() function 318 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",coordinate->x,coordinate->y); in MVGAppendPointsCommand() 2870 (void) MVGAutoWrapPrintf(wand,"%s",wand->path_mode == AbsolutePathMode ? in DrawPathClose() 2928 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %.20g %.20g %.20g", in DrawPathCurveTo() 2932 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g %.20g %.20g",x1,y1, in DrawPathCurveTo() 3043 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %.20g", in DrawPathCurveToQuadraticBezier() 3047 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g",x1,y1,x,y); in DrawPathCurveToQuadraticBezier() 3155 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathCurveToQuadraticBezierSmooth() 3159 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathCurveToQuadraticBezierSmooth() [all …]
|