Searched refs:GetCINProperty (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | cin.c | 885 static inline const char *GetCINProperty(const ImageInfo *image_info, in GetCINProperty() function 988 value=GetCINProperty(image_info,image,"dpx:file.filename",exception); in WriteCINImage() 1049 value=GetCINProperty(image_info,image,"dpx:image.label",exception); in WriteCINImage() 1077 value=GetCINProperty(image_info,image,"dpx:origination.x_offset",exception); in WriteCINImage() 1082 value=GetCINProperty(image_info,image,"dpx:origination.y_offset",exception); in WriteCINImage() 1086 value=GetCINProperty(image_info,image,"dpx:origination.filename",exception); in WriteCINImage() 1107 value=GetCINProperty(image_info,image,"dpx:origination.device",exception); in WriteCINImage() 1113 value=GetCINProperty(image_info,image,"dpx:origination.model",exception); in WriteCINImage() 1119 value=GetCINProperty(image_info,image,"dpx:origination.serial",exception); in WriteCINImage() 1126 value=GetCINProperty(image_info,image,"dpx:origination.x_pitch",exception); in WriteCINImage() [all …]
|