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

/external/ImageMagick/MagickCore/
H A Dprofile.c1823 static inline void WriteProfileLong(const EndianType endian,
1904 WriteProfileLong(MSBEndian, (unsigned int) (image->resolution.x*2.54*
1907 WriteProfileLong(MSBEndian, (unsigned int) (image->resolution.x*
1911 WriteProfileLong(MSBEndian, (unsigned int) (image->resolution.y*2.54*
1914 WriteProfileLong(MSBEndian, (unsigned int) (image->resolution.y*
2074 (void) WriteProfileLong(endian,(size_t) (image->resolution.x+0.5),p);
2075 (void) WriteProfileLong(endian,1UL,p+4);
2080 (void) WriteProfileLong(endian,(size_t) (image->resolution.y+0.5),p);
2081 (void) WriteProfileLong(endian,1UL,p+4);
2088 (void) WriteProfileLong(endia
1810 static inline void WriteProfileLong(const EndianType endian, function
[all...]

Completed in 206 milliseconds