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

/external/ImageMagick/MagickCore/
H A Dprofile.c1724 static inline int ReadProfileByte(unsigned char **p,size_t *length)
1881 if (ReadProfileByte(&p,&length) != 0x38)
1883 if (ReadProfileByte(&p,&length) != 0x42)
1885 if (ReadProfileByte(&p,&length) != 0x49)
1887 if (ReadProfileByte(&p,&length) != 0x4D)
1892 count=(ssize_t) ReadProfileByte(&p,&length);
1897 (void) ReadProfileByte(&p,&length);
1976 if (ReadProfileByte(&exif,&length) != 0x45)
1978 if (ReadProfileByte(&exif,&length) != 0x78)
1980 if (ReadProfileByte(
1711 static inline int ReadProfileByte(unsigned char **p,size_t *length) function
[all...]

Completed in 170 milliseconds