Searched refs:stroke_url (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 5338 const char *stroke_url) in DrawSetStrokePatternURL() argument 5350 assert(stroke_url != NULL); in DrawSetStrokePatternURL() 5351 if (stroke_url[0] != '#') in DrawSetStrokePatternURL() 5352 ThrowDrawException(DrawError,"NotARelativeURL",stroke_url); in DrawSetStrokePatternURL() 5353 (void) FormatLocaleString(pattern,MagickPathExtent,"%s",stroke_url+1); in DrawSetStrokePatternURL() 5356 ThrowDrawException(DrawError,"URLNotFound",stroke_url) in DrawSetStrokePatternURL() 5359 (void) FormatLocaleString(pattern_spec,MagickPathExtent,"url(%s)",stroke_url); in DrawSetStrokePatternURL()
|