Lines Matching refs:MVGPrintf
159 MVGPrintf(DrawingWand *,const char *,...) wand_attribute((format
170 static int MVGPrintf(DrawingWand *wand,const char *format,...) in MVGPrintf() function
273 (void) MVGPrintf(wand, "\n"); in MVGAutoWrapPrintf()
274 (void) MVGPrintf(wand,"%s",buffer); in MVGAutoWrapPrintf()
283 (void) MVGPrintf(wand,"none"); in MVGAppendColor()
301 (void) MVGPrintf(wand,"%s",tuple); in MVGAppendColor()
314 (void) MVGPrintf(wand,"%s",command); in MVGAppendPointsCommand()
320 (void) MVGPrintf(wand, "\n"); in MVGAppendPointsCommand()
621 (void) MVGPrintf(wand,"affine %.20g %.20g %.20g %.20g %.20g %.20g\n", in DrawAffine()
669 (void) MVGPrintf(wand,"alpha %.20g %.20g '%s'\n",x,y,CommandOptionToMnemonic( in DrawAlpha()
716 (void) MVGPrintf(wand,"text %.20g %.20g '%s'\n",x,y,escaped_text); in DrawAnnotation()
764 (void) MVGPrintf(wand,"arc %.20g %.20g %.20g %.20g %.20g %.20g\n",sx,sy,ex, in DrawArc()
844 (void) MVGPrintf(wand,"circle %.20g %.20g %.20g %.20g\n",ox,oy,px,py); in DrawCircle()
953 (void) MVGPrintf(wand, "color %.20g %.20g '%s'\n",x,y,CommandOptionToMnemonic( in DrawColor()
1065 (void) MVGPrintf(wand,"image %s %.20g %.20g %.20g %.20g 'data:%s;base64,\n", in DrawComposite()
1070 (void) MVGPrintf(wand,"%.76s",p); in DrawComposite()
1073 (void) MVGPrintf(wand,"\n"); in DrawComposite()
1075 (void) MVGPrintf(wand,"'\n"); in DrawComposite()
1107 (void) MVGPrintf(wand,"#%s\n",comment); in DrawComment()
1152 (void) MVGPrintf(wand,"ellipse %.20g %.20g %.20g %.20g %.20g %.20g\n",ox,oy, in DrawEllipse()
2835 (void) MVGPrintf(wand,"line %.20g %.20g %.20g %.20g\n",sx,sy,ex,ey); in DrawLine()
3504 (void) MVGPrintf(wand,"'\n"); in DrawPathFinish()
3916 (void) MVGPrintf(wand,"path '"); in DrawPathStart()
3953 (void) MVGPrintf(wand,"point %.20g %.20g\n",x,y); in DrawPoint()
4062 (void) MVGPrintf(wand,"pop clip-path\n"); in DrawPopClipPath()
4095 (void) MVGPrintf(wand,"pop defs\n"); in DrawPopDefs()
4153 (void) MVGPrintf(wand,"pop pattern\n"); in DrawPopPattern()
4190 (void) MVGPrintf(wand,"push clip-path \"%s\"\n",clip_mask_id); in DrawPushClipPath()
4224 (void) MVGPrintf(wand,"push defs\n"); in DrawPushDefs()
4283 (void) MVGPrintf(wand,"push pattern %s %.20g %.20g %.20g %.20g\n",pattern_id, in DrawPushPattern()
4333 (void) MVGPrintf(wand,"point %.20g %.20g\n",x1,y1); in DrawRectangle()
4335 (void) MVGPrintf(wand,"rectangle %.20g %.20g %.20g %.20g\n",x1,y1,x2,y2); in DrawRectangle()
4445 (void) MVGPrintf(wand,"rotate %.20g\n",degrees); in DrawRotate()
4492 (void) MVGPrintf(wand,"roundrectangle %.20g %.20g %.20g %.20g %.20g %.20g\n", in DrawRoundRectangle()
4529 (void) MVGPrintf(wand,"scale %.20g %.20g\n",x,y); in DrawScale()
4577 (void) MVGPrintf(wand,"border-color '"); in DrawSetBorderColor()
4579 (void) MVGPrintf(wand,"'\n"); in DrawSetBorderColor()
4629 (void) MVGPrintf(wand,"clip-path url(#%s)\n",clip_mask); in DrawSetClipPath()
4668 (void) MVGPrintf(wand, "clip-rule '%s'\n",CommandOptionToMnemonic( in DrawSetClipRule()
4722 (void) MVGPrintf(wand, "clip-units '%s'\n",CommandOptionToMnemonic( in DrawSetClipUnits()
4765 (void) MVGPrintf(wand,"density '%s'\n",density); in DrawSetDensity()
4813 (void) MVGPrintf(wand,"fill '"); in DrawSetFillColor()
4815 (void) MVGPrintf(wand,"'\n"); in DrawSetFillColor()
4858 (void) MVGPrintf(wand,"fill-opacity %.20g\n",fill_opacity); in DrawSetFillOpacity()
4944 (void) MVGPrintf(wand,"opacity %.20g\n",opacity); in DrawSetOpacity()
5008 (void) MVGPrintf(wand,"fill %s\n",pattern_spec); in DrawSetFillPatternURL()
5046 (void) MVGPrintf(wand, "fill-rule '%s'\n",CommandOptionToMnemonic( in DrawSetFillRule()
5089 (void) MVGPrintf(wand,"font '%s'\n",font_name); in DrawSetFont()
5132 (void) MVGPrintf(wand,"font-family '%s'\n",font_family); in DrawSetFontFamily()
5171 (void) MVGPrintf(wand,"font-size %.20g\n",pointsize); in DrawSetFontSize()
5215 (void) MVGPrintf(wand, "font-stretch '%s'\n",CommandOptionToMnemonic( in DrawSetFontStretch()
5255 (void) MVGPrintf(wand, "font-style '%s'\n",CommandOptionToMnemonic( in DrawSetFontStyle()
5296 (void) MVGPrintf(wand,"font-weight %.20g\n",(double) font_weight); in DrawSetFontWeight()
5338 (void) MVGPrintf(wand,"gravity '%s'\n",CommandOptionToMnemonic( in DrawSetGravity()
5388 (void) MVGPrintf(wand,"stroke '"); in DrawSetStrokeColor()
5390 (void) MVGPrintf(wand,"'\n"); in DrawSetStrokeColor()
5448 (void) MVGPrintf(wand,"stroke %s\n",pattern_spec); in DrawSetStrokePatternURL()
5491 (void) MVGPrintf(wand,"stroke-antialias %i\n",stroke_antialias != 0 ? in DrawSetStrokeAntialias()
5606 (void) MVGPrintf(wand,"stroke-dasharray "); in DrawSetStrokeDashArray()
5608 (void) MVGPrintf(wand,"none\n"); in DrawSetStrokeDashArray()
5615 (void) MVGPrintf(wand,","); in DrawSetStrokeDashArray()
5616 (void) MVGPrintf(wand,"%.20g",dasharray[i]); in DrawSetStrokeDashArray()
5618 (void) MVGPrintf(wand,"\n"); in DrawSetStrokeDashArray()
5661 (void) MVGPrintf(wand,"stroke-dashoffset %.20g\n",dash_offset); in DrawSetStrokeDashOffset()
5701 (void) MVGPrintf(wand,"stroke-linecap '%s'\n",CommandOptionToMnemonic( in DrawSetStrokeLineCap()
5743 (void) MVGPrintf(wand, "stroke-linejoin '%s'\n",CommandOptionToMnemonic( in DrawSetStrokeLineJoin()
5787 (void) MVGPrintf(wand,"stroke-miterlimit %.20g\n",(double) miterlimit); in DrawSetStrokeMiterLimit()
5831 (void) MVGPrintf(wand,"stroke-opacity %.20g\n",opacity); in DrawSetStrokeOpacity()
5871 (void) MVGPrintf(wand,"stroke-width %.20g\n",stroke_width); in DrawSetStrokeWidth()
5912 (void) MVGPrintf(wand,"text-align '%s'\n",CommandOptionToMnemonic( in DrawSetTextAlignment()
5955 (void) MVGPrintf(wand,"text-antialias %i\n",text_antialias != 0 ? 1 : 0); in DrawSetTextAntialias()
5997 (void) MVGPrintf(wand,"decorate '%s'\n",CommandOptionToMnemonic( in DrawSetTextDecoration()
6041 (void) MVGPrintf(wand,"direction '%s'\n",CommandOptionToMnemonic( in DrawSetTextDirection()
6087 (void) MVGPrintf(wand,"encoding '%s'\n",encoding); in DrawSetTextEncoding()
6126 (void) MVGPrintf(wand,"kerning %lf\n",kerning); in DrawSetTextKerning()
6168 (void) MVGPrintf(wand,"interline-spacing %lf\n",interline_spacing); in DrawSetTextInterlineSpacing()
6210 (void) MVGPrintf(wand,"interword-spacing %lf\n",interword_spacing); in DrawSetTextInterwordSpacing()
6256 (void) MVGPrintf(wand,"text-undercolor '"); in DrawSetTextUnderColor()
6258 (void) MVGPrintf(wand,"'\n"); in DrawSetTextUnderColor()
6615 (void) MVGPrintf(wand,"skewX %.20g\n",degrees); in DrawSkewX()
6649 (void) MVGPrintf(wand,"skewY %.20g\n",degrees); in DrawSkewY()
6687 (void) MVGPrintf(wand,"translate %.20g %.20g\n",x,y); in DrawTranslate()
6732 (void) MVGPrintf(wand,"viewbox %.20g %.20g %.20g %.20g\n",x1,y1,x2,y2); in DrawSetViewbox()
6928 (void) MVGPrintf(wand,"pop graphic-context\n"); in PopDrawingWand()
6975 (void) MVGPrintf(wand,"push graphic-context\n"); in PushDrawingWand()