Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dmiff.c394 #define ZipMaxExtent(x) ((x)+(((x)+7) >> 3)+(((x)+63) >> 6)+11) in ReadMIFFImage() macro
1269 ZipMaxExtent(packet_size*image->columns)); in ReadMIFFImage()
1471 length=(size_t) ZipMaxExtent(packet_size*image->columns); in ReadMIFFImage()
2048 length=MagickMax(BZipMaxExtent(packet_size*image->columns),ZipMaxExtent( in WriteMIFFImage()
2550 zip_info.avail_out=(uInt) ZipMaxExtent(packet_size*image->columns); in WriteMIFFImage()
2672 zip_info.avail_out=(uInt) ZipMaxExtent(packet_size*image->columns); in WriteMIFFImage()