Home
last modified time | relevance | path

Searched refs:ReadProfileByte (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dprofile.c1711 static inline int ReadProfileByte(unsigned char **p,size_t *length) in ReadProfileByte() function
1868 if (ReadProfileByte(&p,&length) != 0x38) in Sync8BimProfile()
1870 if (ReadProfileByte(&p,&length) != 0x42) in Sync8BimProfile()
1872 if (ReadProfileByte(&p,&length) != 0x49) in Sync8BimProfile()
1874 if (ReadProfileByte(&p,&length) != 0x4D) in Sync8BimProfile()
1879 count=(ssize_t) ReadProfileByte(&p,&length); in Sync8BimProfile()
1884 (void) ReadProfileByte(&p,&length); in Sync8BimProfile()
1963 if (ReadProfileByte(&exif,&length) != 0x45) in SyncExifProfile()
1965 if (ReadProfileByte(&exif,&length) != 0x78) in SyncExifProfile()
1967 if (ReadProfileByte(&exif,&length) != 0x69) in SyncExifProfile()
[all …]