Lines Matching defs:magick

59 #include "MagickCore/magick.h"
367 magick[MagickPathExtent],
415 (void) CopyMagickString(magick,read_info->magick,MagickPathExtent);
418 if (IsRightsAuthorized(domain,rights,read_info->magick) == MagickFalse)
430 magick_info=GetMagickInfo(read_info->magick,sans_exception);
487 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
493 magick_info=GetMagickInfo(read_info->magick,exception);
510 delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
515 read_info->magick);
535 status=InvokeDelegate(read_info,image,read_info->magick,(char *) NULL,
543 magick_info=GetMagickInfo(read_info->magick,exception);
550 read_info->magick);
578 "notify the developers",image->magick,exception->severity);
612 if (*magick_path == '\0' && *next->magick == '\0')
613 (void) CopyMagickString(next->magick,magick,MagickPathExtent);
685 if (LocaleCompare(next->magick,"TEXT") == 0)
816 *read_info->magick='\0';
927 *read_info->magick='\0';
1013 if (*write_info->magick == '\0')
1014 (void) CopyMagickString(write_info->magick,image->magick,MagickPathExtent);
1020 if (IsRightsAuthorized(domain,rights,write_info->magick) == MagickFalse)
1030 magick_info=GetMagickInfo(write_info->magick,sans_exception);
1056 delegate_info=GetDelegateInfo(image->magick,write_info->magick,exception);
1066 status=InvokeDelegate(write_info,image,image->magick,
1067 write_info->magick,exception);
1114 delegate_info=GetDelegateInfo((char *) NULL,write_info->magick,exception);
1124 write_info->magick,exception);
1132 magick_info=GetMagickInfo(write_info->magick,sans_exception);
1137 (void) CopyMagickString(write_info->magick,image->magick,
1139 magick_info=GetMagickInfo(write_info->magick,exception);
1151 magick_info=GetMagickInfo(image->magick,exception);
1158 magick_info=GetMagickInfo(image->magick,exception);
1163 "`%s'",write_info->magick);
1167 "`%s'",write_info->magick);
1199 if ((LocaleCompare(write_info->magick,"info") != 0) &&
1280 *write_info->magick='\0';
1291 if (*write_info->magick == '\0')
1292 (void) CopyMagickString(write_info->magick,images->magick,MagickPathExtent);