Searched refs:pattern_spec (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c5000 pattern_spec[MagickPathExtent];
5020 (void) FormatLocaleString(pattern_spec,MagickPathExtent,"url(%s)",fill_url);
5022 DrawPatternPath(wand->image,CurrentContext,pattern_spec,
5027 (void) MVGPrintf(wand,"fill %s\n",pattern_spec);
5453 pattern_spec[MagickPathExtent];
5470 (void) FormatLocaleString(pattern_spec,MagickPathExtent,"url(%s)",stroke_url);
5472 DrawPatternPath(wand->image,CurrentContext,pattern_spec,
5477 (void) MVGPrintf(wand,"stroke %s\n",pattern_spec);
4899 pattern_spec[MagickPathExtent]; local
5342 pattern_spec[MagickPathExtent]; local

Completed in 71 milliseconds