Home
last modified time | relevance | path

Searched refs:mvg_width (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.c114 mvg_width; /* current line width */ member
215 while (wand->mvg_width < wand->indent_depth) in MVGPrintf()
219 wand->mvg_width++; in MVGPrintf()
239 wand->mvg_width+=count; in MVGPrintf()
243 wand->mvg_width=0; in MVGPrintf()
272 if (((wand->mvg_width + count) > 78) && (buffer[count-1] != '\n')) in MVGAutoWrapPrintf()
436 wand->mvg_width=0; in ClearDrawingWand()
510 clone_wand->mvg_width=wand->mvg_width; in CloneDrawingWand()
4331 wand->mvg_width=0; in DrawResetVectorGraphics()
6722 wand->mvg_width=0; in NewDrawingWand()