Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.c115 mvg_width; /* current line width */ member
216 while (wand->mvg_width < wand->indent_depth) in MVGPrintf()
220 wand->mvg_width++; in MVGPrintf()
240 wand->mvg_width+=count; in MVGPrintf()
244 wand->mvg_width=0; in MVGPrintf()
273 if (((wand->mvg_width + count) > 78) && (buffer[count-1] != '\n')) in MVGAutoWrapPrintf()
437 wand->mvg_width=0; in ClearDrawingWand()
511 clone_wand->mvg_width=wand->mvg_width; in CloneDrawingWand()
4413 wand->mvg_width=0; in DrawResetVectorGraphics()
6815 wand->mvg_width=0; in NewDrawingWand()