Home | History | Annotate | Download | only in tests

Lines Matching defs:profiles

5170     **profiles,
5475 profiles=MagickGetImageProfiles(magick_wand,"*",&number_profiles);
5476 if (profiles != (char **) NULL)
5480 (void) FormatLocaleFile(stdout," %s\n",profiles[i]);
5481 profiles[i]=(char *) MagickRelinquishMemory(profiles[i]);
5483 profiles=(char **) MagickRelinquishMemory(profiles);