Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c1185 static size_t WriteBlobMSBULong(Image *image,const size_t value) in WriteBlobMSBULong() function
4381 (void) WriteBlobMSBULong(alpha_image,13L); in ReadOneJNGImage()
4392 (void) WriteBlobMSBULong(alpha_image,crc32(0,data,17)); in ReadOneJNGImage()
4427 (void) WriteBlobMSBULong(alpha_image,(size_t) length); in ReadOneJNGImage()
4432 (void) WriteBlobMSBULong(alpha_image, in ReadOneJNGImage()
4692 (void) WriteBlobMSBULong(alpha_image,0x00000000L); in ReadOneJNGImage()
4696 (void) WriteBlobMSBULong(alpha_image,crc32(0,data,4)); in ReadOneJNGImage()
7813 (void) WriteBlobMSBULong(image,length-5); /* data length */ in Magick_png_write_chunk_from_profile()
7815 (void) WriteBlobMSBULong(image,crc32(0,data+1,(uInt) length-1)); in Magick_png_write_chunk_from_profile()
10823 (void) WriteBlobMSBULong(image,9L); /* data length=8 */ in WriteOnePNGImage()
[all …]