Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.c4899 pattern_spec[MagickPathExtent]; in DrawSetFillPatternURL() local
4919 (void) FormatLocaleString(pattern_spec,MagickPathExtent,"url(%s)",fill_url); in DrawSetFillPatternURL()
4921 DrawPatternPath(wand->image,CurrentContext,pattern_spec, in DrawSetFillPatternURL()
4926 (void) MVGPrintf(wand,"fill %s\n",pattern_spec); in DrawSetFillPatternURL()
5342 pattern_spec[MagickPathExtent]; in DrawSetStrokePatternURL() local
5359 (void) FormatLocaleString(pattern_spec,MagickPathExtent,"url(%s)",stroke_url); in DrawSetStrokePatternURL()
5361 DrawPatternPath(wand->image,CurrentContext,pattern_spec, in DrawSetStrokePatternURL()
5366 (void) MVGPrintf(wand,"stroke %s\n",pattern_spec); in DrawSetStrokePatternURL()