Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_ZLIB_MAX_SIZE

3171 #ifndef PNG_ZLIB_MAX_SIZE
3172 # define PNG_ZLIB_MAX_SIZE(b) ((b)+(((b)+7U)>>3)+(((b)+63U)>>6)+11U)
3182 PNG_ZLIB_MAX_SIZE((png_alloc_size_t)PNG_IMAGE_DATA_SIZE(image))