• Home
  • Raw
  • Download

Lines Matching refs:property_info

3530           if (property_info != image_info) \  in InterpretImageProperties()
3531 property_info=DestroyImageInfo(property_info); \ in InterpretImageProperties()
3550 if (property_info != image_info) \ in InterpretImageProperties()
3551 property_info=DestroyImageInfo(property_info); \ in InterpretImageProperties()
3571 if (property_info != image_info) \ in InterpretImageProperties()
3572 property_info=DestroyImageInfo(property_info); \ in InterpretImageProperties()
3588 *property_info; in InterpretImageProperties() local
3637 property_info=image_info; in InterpretImageProperties()
3639 property_info=CloneImageInfo(image_info); in InterpretImageProperties()
3757 string=GetMagickPropertyLetter(property_info,image,*p,exception); in InterpretImageProperties()
3762 (void) DeleteImageOption(property_info,"magick-property"); in InterpretImageProperties()
3831 if (property_info != image_info) in InterpretImageProperties()
3832 property_info=DestroyImageInfo(property_info); in InterpretImageProperties()
3978 ResetImageOptionIterator(property_info); in InterpretImageProperties()
3979 while ((key=GetNextImageOption(property_info)) != (const char *) NULL) in InterpretImageProperties()
3982 string=GetImageOption(property_info,key); in InterpretImageProperties()
3989 string=GetImageOption(property_info,pattern+7); in InterpretImageProperties()
4053 (void) DeleteImageOption(property_info,"magick-property"); in InterpretImageProperties()
4078 string=GetMagickProperty(property_info,property_image,pattern,exception); in InterpretImageProperties()
4097 string=GetImageOption(property_info,pattern); in InterpretImageProperties()
4121 if (property_info != image_info) in InterpretImageProperties()
4122 property_info=DestroyImageInfo(property_info); in InterpretImageProperties()