Searched defs:PNG_ZBUF_SIZE (Results 1 - 5 of 5) sorted by relevance

/external/libpng/
H A Dpnglibconf.h195 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
204 #define PNG_ZBUF_SIZE 8192 macro
H A Dpngpriv.h373 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
374 # undef PNG_ZBUF_SIZE macro
375 # define PNG_ZBUF_SIZE 65536L macro
H A Dpngtest.c21 * 2) when the maximum IDAT size (PNG_ZBUF_SIZE in pngconf.h) is not 8192.
76 #ifndef PNG_ZBUF_SIZE
77 # define PNG_ZBUF_SIZE 8192 macro
1622 inname, PNG_ZBUF_SIZE);
1653 inname, PNG_ZBUF_SIZE);
/external/chromium_org/third_party/libpng/
H A Dpngconf.h102 #ifndef PNG_ZBUF_SIZE
103 # define PNG_ZBUF_SIZE 8192 macro
1657 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
1658 # undef PNG_ZBUF_SIZE macro
1659 # define PNG_ZBUF_SIZE 65536L macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h106 #ifndef PNG_ZBUF_SIZE
107 # define PNG_ZBUF_SIZE 8192 macro
1665 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
1666 # undef PNG_ZBUF_SIZE macro
1667 # define PNG_ZBUF_SIZE 65536L macro

Completed in 136 milliseconds