Home | History | Annotate | Download | only in coders

Lines Matching refs:property

68 #include "MagickCore/property.h"
1072 *property,
1318 property=GetNextImageProperty(image);
1319 while (property != (const char *) NULL)
1321 (void) FormatLocaleString(buffer,MagickPathExtent,"%s=",property);
1323 value=GetImageProperty(image,property,exception);
1351 property=GetNextImageProperty(image);