Home
last modified time | relevance | path

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

/external/libpng/
Dpng.h3171 #ifndef PNG_ZLIB_MAX_SIZE
3172 # define PNG_ZLIB_MAX_SIZE(b) ((b)+(((b)+7U)>>3)+(((b)+63U)>>6)+11U) macro
3182 PNG_ZLIB_MAX_SIZE((png_alloc_size_t)PNG_IMAGE_DATA_SIZE(image))
/external/pdfium/third_party/libpng16/
Dpng.h3157 #ifndef PNG_ZLIB_MAX_SIZE
3158 # define PNG_ZLIB_MAX_SIZE(b) ((b)+(((b)+7U)>>3)+(((b)+63U)>>6)+11U) macro
3168 PNG_ZLIB_MAX_SIZE((png_alloc_size_t)PNG_IMAGE_DATA_SIZE(image))