Searched refs:ReadProfileByte (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | profile.c | 2006 static inline int ReadProfileByte(unsigned char **p,size_t *length) in ReadProfileByte() function 2163 if (ReadProfileByte(&p,&length) != 0x38) in Sync8BimProfile() 2165 if (ReadProfileByte(&p,&length) != 0x42) in Sync8BimProfile() 2167 if (ReadProfileByte(&p,&length) != 0x49) in Sync8BimProfile() 2169 if (ReadProfileByte(&p,&length) != 0x4D) in Sync8BimProfile() 2174 count=(ssize_t) ReadProfileByte(&p,&length); in Sync8BimProfile() 2180 (void) ReadProfileByte(&p,&length); in Sync8BimProfile() 2262 if (ReadProfileByte(&exif,&length) != 0x45) in SyncExifProfile() 2264 if (ReadProfileByte(&exif,&length) != 0x78) in SyncExifProfile() 2266 if (ReadProfileByte(&exif,&length) != 0x69) in SyncExifProfile() [all …]
|