Lines Matching full:magick_info
5068 *magick_info;
5070 magick_info=(const MagickInfo *) NULL;
5072 magick_info=GetMagickInfo(info->image_info->magick,exception);
5074 magick_info=GetMagickInfo(image->magick,exception);
5075 if ((magick_info != (const MagickInfo *) NULL) &&
5076 (*magick_info->description != '\0'))
5077 s=newSVpv((char *) magick_info->description,0);
13462 *magick_info;
13495 magick_info=GetMagickInfo(name,exception);
13496 if (magick_info == (const MagickInfo *) NULL)
13501 if (magick_info->description == (char *) NULL)
13504 PUSHs(sv_2mortal(newSVpv(magick_info->description,0)));
13505 if (magick_info->module == (char *) NULL)
13508 PUSHs(sv_2mortal(newSVpv(magick_info->module,0)));