Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c1253 static size_t WriteBlobMSBULong(Image *image,const size_t value) in WriteBlobMSBULong() function
4777 (void) WriteBlobMSBULong(alpha_image,13L); in ReadOneJNGImage()
4788 (void) WriteBlobMSBULong(alpha_image,crc32(0,data,17)); in ReadOneJNGImage()
4821 (void) WriteBlobMSBULong(alpha_image,(size_t) length); in ReadOneJNGImage()
4826 (void) WriteBlobMSBULong(alpha_image, in ReadOneJNGImage()
5100 (void) WriteBlobMSBULong(alpha_image,0x00000000L); in ReadOneJNGImage()
5104 (void) WriteBlobMSBULong(alpha_image,crc32(0,data,4)); in ReadOneJNGImage()
11309 (void) WriteBlobMSBULong(image,1L); /* data length=1 */ in WriteOnePNGImage()
11315 (void) WriteBlobMSBULong(image,crc32(0,chunk,5)); in WriteOnePNGImage()
11330 (void) WriteBlobMSBULong(image,16L); /* data length=8 */ in WriteOnePNGImage()
[all …]