Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dproperty.c808 static inline unsigned short ReadPropertyUnsignedShort(const EndianType endian, in ReadPropertyUnsignedShort() function
1356 if (ReadPropertyUnsignedShort(endian,exif+2) != 0x002a) in GetEXIFProperty()
1391 number_entries=(size_t) ReadPropertyUnsignedShort(endian,directory); in GetEXIFProperty()
1411 tag_value=(size_t) ReadPropertyUnsignedShort(endian,q)+tag_offset; in GetEXIFProperty()
1412 format=(size_t) ReadPropertyUnsignedShort(endian,q+2); in GetEXIFProperty()
1468 EXIFMultipleValues(2,"%hu",ReadPropertyUnsignedShort(endian,p1)); in GetEXIFProperty()