• Home
  • Raw
  • Download

Lines Matching refs:MVGAutoWrapPrintf

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()
3269 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g %.20g %.20g", in DrawPathCurveToSmooth()
3273 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %.20g",x2,y2,x,y); in DrawPathCurveToSmooth()
3399 (void) MVGAutoWrapPrintf(wand, "%c%.20g %.20g %.20g %u %u %.20g %.20g", in DrawPathEllipticArc()
3404 (void) MVGAutoWrapPrintf(wand," %.20g %.20g %.20g %u %u %.20g %.20g",rx,ry, in DrawPathEllipticArc()
3551 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathLineTo()
3555 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathLineTo()
3646 (void) MVGAutoWrapPrintf(wand,"%c%.20g",mode == AbsolutePathMode ? in DrawPathLineToHorizontal()
3650 (void) MVGAutoWrapPrintf(wand," %.20g",x); in DrawPathLineToHorizontal()
3736 (void) MVGAutoWrapPrintf(wand,"%c%.20g",mode == AbsolutePathMode ? in DrawPathLineToVertical()
3740 (void) MVGAutoWrapPrintf(wand," %.20g",y); in DrawPathLineToVertical()
3829 (void) MVGAutoWrapPrintf(wand,"%c%.20g %.20g",mode == AbsolutePathMode ? in DrawPathMoveTo()
3833 (void) MVGAutoWrapPrintf(wand," %.20g %.20g",x,y); in DrawPathMoveTo()