Lines Matching refs:MVGPrintf
160 MVGPrintf(DrawingWand *,const char *,...) wand_attribute((format
171 static int MVGPrintf(DrawingWand *wand,const char *format,...) in MVGPrintf() function
274 (void) MVGPrintf(wand, "\n"); in MVGAutoWrapPrintf()
275 (void) MVGPrintf(wand,"%s",buffer); in MVGAutoWrapPrintf()
284 (void) MVGPrintf(wand,"none"); in MVGAppendColor()
302 (void) MVGPrintf(wand,"%s",tuple); in MVGAppendColor()
315 (void) MVGPrintf(wand,"%s",command); in MVGAppendPointsCommand()
321 (void) MVGPrintf(wand, "\n"); in MVGAppendPointsCommand()
622 (void) MVGPrintf(wand,"affine %.20g %.20g %.20g %.20g %.20g %.20g\n", in DrawAffine()
670 (void) MVGPrintf(wand,"alpha %.20g %.20g '%s'\n",x,y,CommandOptionToMnemonic( in DrawAlpha()
717 (void) MVGPrintf(wand,"text %.20g %.20g '%s'\n",x,y,escaped_text); in DrawAnnotation()
765 (void) MVGPrintf(wand,"arc %.20g %.20g %.20g %.20g %.20g %.20g\n",sx,sy,ex, in DrawArc()
845 (void) MVGPrintf(wand,"circle %.20g %.20g %.20g %.20g\n",ox,oy,px,py); in DrawCircle()
954 (void) MVGPrintf(wand, "color %.20g %.20g '%s'\n",x,y,CommandOptionToMnemonic( in DrawColor()
1066 (void) MVGPrintf(wand,"image %s %.20g %.20g %.20g %.20g 'data:%s;base64,\n", in DrawComposite()
1071 (void) MVGPrintf(wand,"%.76s",p); in DrawComposite()
1074 (void) MVGPrintf(wand,"\n"); in DrawComposite()
1076 (void) MVGPrintf(wand,"'\n"); in DrawComposite()
1108 (void) MVGPrintf(wand,"#%s\n",comment); in DrawComment()
1153 (void) MVGPrintf(wand,"ellipse %.20g %.20g %.20g %.20g %.20g %.20g\n",ox,oy, in DrawEllipse()
2836 (void) MVGPrintf(wand,"line %.20g %.20g %.20g %.20g\n",sx,sy,ex,ey); in DrawLine()
3505 (void) MVGPrintf(wand,"'\n"); in DrawPathFinish()
3917 (void) MVGPrintf(wand,"path '"); in DrawPathStart()
3954 (void) MVGPrintf(wand,"point %.20g %.20g\n",x,y); in DrawPoint()
4063 (void) MVGPrintf(wand,"pop clip-path\n"); in DrawPopClipPath()
4096 (void) MVGPrintf(wand,"pop defs\n"); in DrawPopDefs()
4154 (void) MVGPrintf(wand,"pop pattern\n"); in DrawPopPattern()
4191 (void) MVGPrintf(wand,"push clip-path \"%s\"\n",clip_mask_id); in DrawPushClipPath()
4225 (void) MVGPrintf(wand,"push defs\n"); in DrawPushDefs()
4284 (void) MVGPrintf(wand,"push pattern %s %.20g %.20g %.20g %.20g\n",pattern_id, in DrawPushPattern()
4334 (void) MVGPrintf(wand,"point %.20g %.20g\n",x1,y1); in DrawRectangle()
4336 (void) MVGPrintf(wand,"rectangle %.20g %.20g %.20g %.20g\n",x1,y1,x2,y2); in DrawRectangle()
4446 (void) MVGPrintf(wand,"rotate %.20g\n",degrees); in DrawRotate()
4493 (void) MVGPrintf(wand,"roundrectangle %.20g %.20g %.20g %.20g %.20g %.20g\n", in DrawRoundRectangle()
4530 (void) MVGPrintf(wand,"scale %.20g %.20g\n",x,y); in DrawScale()
4578 (void) MVGPrintf(wand,"border-color '"); in DrawSetBorderColor()
4580 (void) MVGPrintf(wand,"'\n"); in DrawSetBorderColor()
4630 (void) MVGPrintf(wand,"clip-path url(#%s)\n",clip_mask); in DrawSetClipPath()
4669 (void) MVGPrintf(wand, "clip-rule '%s'\n",CommandOptionToMnemonic( in DrawSetClipRule()
4723 (void) MVGPrintf(wand, "clip-units '%s'\n",CommandOptionToMnemonic( in DrawSetClipUnits()
4766 (void) MVGPrintf(wand,"density '%s'\n",density); in DrawSetDensity()
4814 (void) MVGPrintf(wand,"fill '"); in DrawSetFillColor()
4816 (void) MVGPrintf(wand,"'\n"); in DrawSetFillColor()
4859 (void) MVGPrintf(wand,"fill-opacity %.20g\n",fill_opacity); in DrawSetFillOpacity()
4945 (void) MVGPrintf(wand,"opacity %.20g\n",opacity); in DrawSetOpacity()
5009 (void) MVGPrintf(wand,"fill %s\n",pattern_spec); in DrawSetFillPatternURL()
5047 (void) MVGPrintf(wand, "fill-rule '%s'\n",CommandOptionToMnemonic( in DrawSetFillRule()
5090 (void) MVGPrintf(wand,"font '%s'\n",font_name); in DrawSetFont()
5133 (void) MVGPrintf(wand,"font-family '%s'\n",font_family); in DrawSetFontFamily()
5172 (void) MVGPrintf(wand,"font-size %.20g\n",pointsize); in DrawSetFontSize()
5216 (void) MVGPrintf(wand, "font-stretch '%s'\n",CommandOptionToMnemonic( in DrawSetFontStretch()
5256 (void) MVGPrintf(wand, "font-style '%s'\n",CommandOptionToMnemonic( in DrawSetFontStyle()
5297 (void) MVGPrintf(wand,"font-weight %.20g\n",(double) font_weight); in DrawSetFontWeight()
5339 (void) MVGPrintf(wand,"gravity '%s'\n",CommandOptionToMnemonic( in DrawSetGravity()
5389 (void) MVGPrintf(wand,"stroke '"); in DrawSetStrokeColor()
5391 (void) MVGPrintf(wand,"'\n"); in DrawSetStrokeColor()
5449 (void) MVGPrintf(wand,"stroke %s\n",pattern_spec); in DrawSetStrokePatternURL()
5492 (void) MVGPrintf(wand,"stroke-antialias %i\n",stroke_antialias != 0 ? in DrawSetStrokeAntialias()
5607 (void) MVGPrintf(wand,"stroke-dasharray "); in DrawSetStrokeDashArray()
5609 (void) MVGPrintf(wand,"none\n"); in DrawSetStrokeDashArray()
5616 (void) MVGPrintf(wand,","); in DrawSetStrokeDashArray()
5617 (void) MVGPrintf(wand,"%.20g",dasharray[i]); in DrawSetStrokeDashArray()
5619 (void) MVGPrintf(wand,"\n"); in DrawSetStrokeDashArray()
5662 (void) MVGPrintf(wand,"stroke-dashoffset %.20g\n",dash_offset); in DrawSetStrokeDashOffset()
5702 (void) MVGPrintf(wand,"stroke-linecap '%s'\n",CommandOptionToMnemonic( in DrawSetStrokeLineCap()
5744 (void) MVGPrintf(wand, "stroke-linejoin '%s'\n",CommandOptionToMnemonic( in DrawSetStrokeLineJoin()
5788 (void) MVGPrintf(wand,"stroke-miterlimit %.20g\n",(double) miterlimit); in DrawSetStrokeMiterLimit()
5832 (void) MVGPrintf(wand,"stroke-opacity %.20g\n",opacity); in DrawSetStrokeOpacity()
5872 (void) MVGPrintf(wand,"stroke-width %.20g\n",stroke_width); in DrawSetStrokeWidth()
5913 (void) MVGPrintf(wand,"text-align '%s'\n",CommandOptionToMnemonic( in DrawSetTextAlignment()
5956 (void) MVGPrintf(wand,"text-antialias %i\n",text_antialias != 0 ? 1 : 0); in DrawSetTextAntialias()
5998 (void) MVGPrintf(wand,"decorate '%s'\n",CommandOptionToMnemonic( in DrawSetTextDecoration()
6042 (void) MVGPrintf(wand,"direction '%s'\n",CommandOptionToMnemonic( in DrawSetTextDirection()
6088 (void) MVGPrintf(wand,"encoding '%s'\n",encoding); in DrawSetTextEncoding()
6127 (void) MVGPrintf(wand,"kerning %lf\n",kerning); in DrawSetTextKerning()
6169 (void) MVGPrintf(wand,"interline-spacing %lf\n",interline_spacing); in DrawSetTextInterlineSpacing()
6211 (void) MVGPrintf(wand,"interword-spacing %lf\n",interword_spacing); in DrawSetTextInterwordSpacing()
6257 (void) MVGPrintf(wand,"text-undercolor '"); in DrawSetTextUnderColor()
6259 (void) MVGPrintf(wand,"'\n"); in DrawSetTextUnderColor()
6616 (void) MVGPrintf(wand,"skewX %.20g\n",degrees); in DrawSkewX()
6650 (void) MVGPrintf(wand,"skewY %.20g\n",degrees); in DrawSkewY()
6688 (void) MVGPrintf(wand,"translate %.20g %.20g\n",x,y); in DrawTranslate()
6733 (void) MVGPrintf(wand,"viewbox %.20g %.20g %.20g %.20g\n",x1,y1,x2,y2); in DrawSetViewbox()
6929 (void) MVGPrintf(wand,"pop graphic-context\n"); in PopDrawingWand()
6976 (void) MVGPrintf(wand,"push graphic-context\n"); in PushDrawingWand()