Searched refs:MVGAutoWrapPrintf (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 161 MVGAutoWrapPrintf(DrawingWand *,const char *,...) wand_attribute((format 249 static int MVGAutoWrapPrintf(DrawingWand *wand,const char *format,...) in MVGAutoWrapPrintf() function 317 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",coordinate->x,coordinate->y); in MVGAppendPointsCommand() 2869 (void) MVGAutoWrapPrintf(wand,"%s",wand->path_mode == AbsolutePathMode ? in DrawPathClose() 2927 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %.20g %.20g %.20g", in DrawPathCurveTo() 2931 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g %.20g %.20g",x1,y1, in DrawPathCurveTo() 3042 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %.20g", in DrawPathCurveToQuadraticBezier() 3046 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g",x1,y1,x,y); in DrawPathCurveToQuadraticBezier() 3154 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathCurveToQuadraticBezierSmooth() 3158 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathCurveToQuadraticBezierSmooth() [all …]
|