Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:pattern

119   /* Pattern support */
1952 % DrawGetStrokeDashArray() returns an array representing the pattern of
2023 % DrawGetStrokeDashOffset() returns the offset into the dash pattern to
4114 % DrawPopPattern() terminates a pattern definition.
4158 (void) MVGPrintf(wand,"pop pattern\n");
4248 % DrawPopPattern() command comprise the definition of a named pattern.
4249 % The pattern space is assigned top left corner coordinates, a width
4251 % be drawn may be used in a pattern definition.
4264 % o pattern_id: pattern identification for later reference
4270 % o width: width of pattern space
4272 % o height: height of pattern space
4291 (void) MVGPrintf(wand,"push pattern %s %.20g %.20g %.20g %.20g\n",pattern_id,
4978 % DrawSetFillPatternURL() sets the URL to use as a fill pattern for filling
4980 % local URLs are normally created by defining a named fill pattern with
4992 % o fill_url: URL to use to obtain fill pattern.
4999 pattern[MagickPathExtent],
5014 (void) FormatLocaleString(pattern,MagickPathExtent,"%s",fill_url+1);
5015 if (GetImageArtifact(wand->image,pattern) == (const char *) NULL)
5434 % DrawSetStrokePatternURL() sets the pattern used for stroking object outlines.
5445 % o stroke_url: URL specifying pattern ID (e.g. "#pattern_id")
5452 pattern[MagickPathExtent],
5464 (void) FormatLocaleString(pattern,MagickPathExtent,"%s",stroke_url+1);
5465 if (GetImageArtifact(wand->image,pattern) == (const char *) NULL)
5538 % DrawSetStrokeDashArray() specifies the pattern of dashes and gaps used to
5667 % DrawSetStrokeDashOffset() specifies the offset into the dash pattern to