Searched refs:pattern_spec (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 4981 pattern_spec[MagickPathExtent]; in DrawSetFillPatternURL() local 5001 (void) FormatLocaleString(pattern_spec,MagickPathExtent,"url(%s)",fill_url); in DrawSetFillPatternURL() 5003 DrawPatternPath(wand->image,CurrentContext,pattern_spec, in DrawSetFillPatternURL() 5008 (void) MVGPrintf(wand,"fill %s\n",pattern_spec); in DrawSetFillPatternURL() 5424 pattern_spec[MagickPathExtent]; in DrawSetStrokePatternURL() local 5441 (void) FormatLocaleString(pattern_spec,MagickPathExtent,"url(%s)",stroke_url); in DrawSetStrokePatternURL() 5443 DrawPatternPath(wand->image,CurrentContext,pattern_spec, in DrawSetStrokePatternURL() 5448 (void) MVGPrintf(wand,"stroke %s\n",pattern_spec); in DrawSetStrokePatternURL()
|