Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c1252 static size_t WriteBlobMSBULong(Image *image,const size_t value) in WriteBlobMSBULong() function
4775 (void) WriteBlobMSBULong(alpha_image,13L); in ReadOneJNGImage()
4786 (void) WriteBlobMSBULong(alpha_image,crc32(0,data,17)); in ReadOneJNGImage()
4819 (void) WriteBlobMSBULong(alpha_image,(size_t) length); in ReadOneJNGImage()
4824 (void) WriteBlobMSBULong(alpha_image, in ReadOneJNGImage()
5097 (void) WriteBlobMSBULong(alpha_image,0x00000000L); in ReadOneJNGImage()
5101 (void) WriteBlobMSBULong(alpha_image,crc32(0,data,4)); in ReadOneJNGImage()
11292 (void) WriteBlobMSBULong(image,1L); /* data length=1 */ in WriteOnePNGImage()
11298 (void) WriteBlobMSBULong(image,crc32(0,chunk,5)); in WriteOnePNGImage()
11313 (void) WriteBlobMSBULong(image,16L); /* data length=8 */ in WriteOnePNGImage()
[all …]