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()
2791 (void) MVGAutoWrapPrintf(wand,"%s",wand->path_mode == AbsolutePathMode ? in DrawPathClose()
2849 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %.20g %.20g %.20g", in DrawPathCurveTo()
2853 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g %.20g %.20g",x1,y1, in DrawPathCurveTo()
2964 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %.20g", in DrawPathCurveToQuadraticBezier()
2968 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g",x1,y1,x,y); in DrawPathCurveToQuadraticBezier()
3076 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathCurveToQuadraticBezierSmooth()
3080 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathCurveToQuadraticBezierSmooth()
3190 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g %.20g %.20g", in DrawPathCurveToSmooth()
3194 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g",x2,y2,x,y); in DrawPathCurveToSmooth()
3320 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %u %u %.20g %.20g", in DrawPathEllipticArc()
3325 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %u %u %.20g %.20g",rx,ry, in DrawPathEllipticArc()
3472 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathLineTo()
3476 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathLineTo()
3567 (void) MVGAutoWrapPrintf(wand,"%c%.20g",mode == AbsolutePathMode ? in DrawPathLineToHorizontal()
3571 (void) MVGAutoWrapPrintf(wand," %.20g",x); in DrawPathLineToHorizontal()
3657 (void) MVGAutoWrapPrintf(wand,"%c%.20g",mode == AbsolutePathMode ? in DrawPathLineToVertical()
3661 (void) MVGAutoWrapPrintf(wand," %.20g",y); in DrawPathLineToVertical()
3750 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathMoveTo()
3754 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathMoveTo()