Lines Matching refs:property
66 #include "MagickCore/property.h"
2203 { 0x3006, 0x00b2, "CS", "ROI Physical Property" },
2204 { 0x3006, 0x00b4, "DS", "ROI Physical Property Value" },
3602 *property;
3654 property=GetNextImageProperty(image);
3655 while (property != (const char *) NULL)
3657 (void) SetImageProperty(jpeg_image,property,
3658 GetImageProperty(image,property,exception),exception);
3659 property=GetNextImageProperty(image);