Lines Matching refs:property
67 #include "MagickCore/property.h"
694 *property,
1287 property=GetNextImageProperty(tile);
1288 while (property != (const char *) NULL)
1290 JsonFormatLocaleFile(file,",\n %s: ",property);
1291 value=GetImageProperty(tile,property,exception);
1293 property=GetNextImageProperty(tile);
1309 property=GetNextImageProperty(image);
1310 if (property != (const char *) NULL)
1320 while (property != (const char *) NULL)
1324 JsonFormatLocaleFile(file," %s: ",property);
1325 value=GetImageProperty(image,property,exception);
1327 property=GetNextImageProperty(image);