Lines Matching refs:property
78 #include "MagickCore/property.h"
3660 property[MagickPathExtent];
3682 (void) FormatLocaleString(property,MagickPathExtent,"%s",name);
3683 path=GetImageArtifact(image,property);
3686 (void) FormatLocaleString(property,MagickPathExtent,"%s-geometry",name);
3687 geometry=GetImageArtifact(image,property);
3705 (void) FormatLocaleString(property,MagickPathExtent,"%s-type",name);
3706 type=GetImageArtifact(image,property);