Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:pattern

40 % (www.appligent.com) contributed the dash pattern, linecap stroking
1473 % image while respecting the dash offset and dash pattern attributes.
1700 pattern[MagickPathExtent],
2044 (void) FormatLocaleString(pattern,MagickPathExtent,"%s",token);
2045 if (GetImageArtifact(image,pattern) != (const char *) NULL)
2319 if (LocaleCompare("pattern",token) == 0)
2429 if (LocaleCompare("pattern",token) == 0)
2472 if (LocaleCompare(token,"pattern") != 0)
2607 (void) FormatLocaleString(pattern,MagickPathExtent,"%s",token);
2608 if (GetImageArtifact(image,pattern) != (const char *) NULL)
3635 % DrawPatternPath() draws a pattern.
3640 % const char *name,Image **pattern,ExceptionInfo *exception)
3648 % o name: the pattern name.
3656 const DrawInfo *draw_info,const char *name,Image **pattern,
3690 if ((*pattern) != (Image *) NULL)
3691 *pattern=DestroyImage(*pattern);
3694 *pattern=AcquireImage(image_info,exception);
3697 &(*pattern)->background_color,exception);
3698 (void) SetImageBackgroundColor(*pattern,exception);
3701 "begin pattern-path %s %s",name,geometry);
3711 status=DrawImage(*pattern,clone_info,exception);
3714 (void) LogMagickEvent(DrawEvent,GetMagickModule(),"end pattern-path");