Searched refs:ReadPropertyByte (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | property.c | 489 static inline int ReadPropertyByte(const unsigned char **p,size_t *length) in ReadPropertyByte() function 636 if (ReadPropertyByte(&info,&length) != (unsigned char) '8') in Get8BIMProperty() 638 if (ReadPropertyByte(&info,&length) != (unsigned char) 'B') in Get8BIMProperty() 640 if (ReadPropertyByte(&info,&length) != (unsigned char) 'I') in Get8BIMProperty() 642 if (ReadPropertyByte(&info,&length) != (unsigned char) 'M') in Get8BIMProperty() 651 count=(ssize_t) ReadPropertyByte(&info,&length); in Get8BIMProperty() 661 resource[i]=(char) ReadPropertyByte(&info,&length); in Get8BIMProperty() 666 (void) ReadPropertyByte(&info,&length); in Get8BIMProperty() 1363 if (ReadPropertyByte(&exif,&length) != 0x45) in GetEXIFProperty() 1365 if (ReadPropertyByte(&exif,&length) != 0x78) in GetEXIFProperty() [all …]
|