Searched refs:MVGPrintf (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 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() [all …]
|