Home
last modified time | relevance | path

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

/external/pdfium/samples/fx_lpng/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.h270 # ifndef PNG_USER_CHUNK_MALLOC_MAX
271 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
284 # ifndef PNG_USER_CHUNK_MALLOC_MAX
285 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
Dfx_pngrutil.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()
Dfx_png.c248 # ifdef PNG_USER_CHUNK_MALLOC_MAX
252 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
/external/libpng/
Dpngconf.h35 # ifdef PNG_USER_CHUNK_MALLOC_MAX
36 # undef PNG_USER_CHUNK_MALLOC_MAX
37 # define PNG_USER_CHUNK_MALLOC_MAX 4000000L macro
Dpngusr.dfa14 # @# define PNG_USER_CHUNK_MALLOC_MAX 8000000
Dpngpriv.h321 # ifndef PNG_USER_CHUNK_MALLOC_MAX
322 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
335 # ifndef PNG_USER_CHUNK_MALLOC_MAX
336 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
Dpngrutil.c617 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()
618 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()
619 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()
2753 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()
2754 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()
2755 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
Dpng.c250 # ifdef PNG_USER_CHUNK_MALLOC_MAX
254 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
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