Home | History | Annotate | Download | only in coders

Lines Matching refs:property

73 #include "MagickCore/property.h"
2649 *property;
2840 property=(const char *) GetImageProperty(next_image,"label",exception);
2841 if (property == (const char *) NULL)
2848 layer_length=strlen(property);
2942 property=(const char *) GetImageProperty(next_image,"label",exception);
2943 if (property == (const char *) NULL)
2960 label_length=strlen(property);
2965 WritePascalString(image,property,4);