Home
last modified time | relevance | path

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

/external/pdfium/third_party/lpng_v163/
Dpngconf.h35 # ifdef PNG_USER_CHUNK_MALLOC_MAX
36 # undef PNG_USER_CHUNK_MALLOC_MAX
37 # define PNG_USER_CHUNK_MALLOC_MAX 4000000L macro
Dpngpriv.h264 # ifndef PNG_USER_CHUNK_MALLOC_MAX
265 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
278 # ifndef PNG_USER_CHUNK_MALLOC_MAX
279 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
Dpngrutil.c585 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()
586 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()
587 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()
2715 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()
2716 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()
2717 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
Dpng.c248 # ifdef PNG_USER_CHUNK_MALLOC_MAX
252 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
/external/libpng/
Dpngusr.dfa14 # @# define PNG_USER_CHUNK_MALLOC_MAX 640000
Dpnglibconf.h204 #define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
Dpngrutil.c619 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()
620 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()
621 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()
2776 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()
2777 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()
2778 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
Dpng.c255 # ifdef PNG_USER_CHUNK_MALLOC_MAX
259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
DCHANGES2665 Added defineable PNG_USER_CHUNK_CACHE_MAX, PNG_USER_CHUNK_MALLOC_MAX,
2736 PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
/external/skia/third_party/libpng/
Dpnglibconf.h204 #define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
/external/opencv3/3rdparty/libpng/
Dpngpriv.h157 # ifndef PNG_USER_CHUNK_MALLOC_MAX
158 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
171 # ifndef PNG_USER_CHUNK_MALLOC_MAX
172 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
Dpngread.c74 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
Dpngrutil.c441 || ((PNG_USER_CHUNK_MALLOC_MAX > 0) && in png_decompress_chunk()
442 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1) in png_decompress_chunk()
DCHANGES2656 Added defineable PNG_USER_CHUNK_CACHE_MAX, PNG_USER_CHUNK_MALLOC_MAX,
2727 PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
/external/libpng/scripts/
Dpnglibconf.h.prebuilt204 #define PNG_USER_CHUNK_MALLOC_MAX 8000000