Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:property

83 #include "MagickCore/property.h"
457 *property,
1167 property=GetNextImageProperty(tile);
1168 while (property != (const char *) NULL)
1170 (void) FormatLocaleFile(file," %s:\n",property);
1171 value=GetImageProperty(tile,property,exception);
1174 property=GetNextImageProperty(tile);
1185 property=GetNextImageProperty(image);
1186 if (property != (const char *) NULL)
1192 while (property != (const char *) NULL)
1194 (void) FormatLocaleFile(file," %s: ",property);
1195 value=GetImageProperty(image,property,exception);
1198 property=GetNextImageProperty(image);