Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dprofile.c2105 static inline void WriteProfileLong(const EndianType endian, in WriteProfileLong() function
2187 WriteProfileLong(MSBEndian,(unsigned int) CastDoubleToLong( in Sync8BimProfile()
2190 WriteProfileLong(MSBEndian,(unsigned int) CastDoubleToLong( in Sync8BimProfile()
2194 WriteProfileLong(MSBEndian,(unsigned int) CastDoubleToLong( in Sync8BimProfile()
2197 WriteProfileLong(MSBEndian,(unsigned int) CastDoubleToLong( in Sync8BimProfile()
2365 (void) WriteProfileLong(endian,(size_t) (image->resolution.x+0.5),p); in SyncExifProfile()
2367 (void) WriteProfileLong(endian,1UL,p+4); in SyncExifProfile()
2372 (void) WriteProfileLong(endian,(size_t) (image->resolution.y+0.5),p); in SyncExifProfile()
2374 (void) WriteProfileLong(endian,1UL,p+4); in SyncExifProfile()
2381 (void) WriteProfileLong(endian,(size_t) image->orientation,p); in SyncExifProfile()
[all …]