Lines Matching refs:MVGAutoWrapPrintf
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()
3268 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g %.20g %.20g", in DrawPathCurveToSmooth()
3272 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g",x2,y2,x,y); in DrawPathCurveToSmooth()
3398 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %u %u %.20g %.20g", in DrawPathEllipticArc()
3403 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %u %u %.20g %.20g",rx,ry, in DrawPathEllipticArc()
3550 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathLineTo()
3554 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathLineTo()
3645 (void) MVGAutoWrapPrintf(wand,"%c%.20g",mode == AbsolutePathMode ? in DrawPathLineToHorizontal()
3649 (void) MVGAutoWrapPrintf(wand," %.20g",x); in DrawPathLineToHorizontal()
3735 (void) MVGAutoWrapPrintf(wand,"%c%.20g",mode == AbsolutePathMode ? in DrawPathLineToVertical()
3739 (void) MVGAutoWrapPrintf(wand," %.20g",y); in DrawPathLineToVertical()
3828 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathMoveTo()
3832 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathMoveTo()