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