Home | History | Annotate | Download | only in libpng16

Lines Matching refs:PNG_ZLIB_MAX_SIZE

3157 #ifndef PNG_ZLIB_MAX_SIZE
3158 # define PNG_ZLIB_MAX_SIZE(b) ((b)+(((b)+7U)>>3)+(((b)+63U)>>6)+11U)
3168 PNG_ZLIB_MAX_SIZE((png_alloc_size_t)PNG_IMAGE_DATA_SIZE(image))