Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dmiff.c430 #define ZipMaxExtent(x) ((x)+(((x)+7) >> 3)+(((x)+63) >> 6)+11) in ReadMIFFImage() macro
1326 ZipMaxExtent(packet_size*image->columns)); in ReadMIFFImage()
1536 length=(size_t) ZipMaxExtent(packet_size*image->columns); in ReadMIFFImage()
2134 length=MagickMax(BZipMaxExtent(packet_size*image->columns),ZipMaxExtent( in WriteMIFFImage()
2642 zip_info.avail_out=(uInt) ZipMaxExtent(packet_size*image->columns); in WriteMIFFImage()
2764 zip_info.avail_out=(uInt) ZipMaxExtent(packet_size*image->columns); in WriteMIFFImage()