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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnglibconf.h70 #define PNG_ZBUF_SIZE 8192 macro
H A Dpngtest.c49 * 2) when the maximum IDAT size (PNG_ZBUF_SIZE in pngconf.h) is not 8192.
67 #ifndef PNG_ZBUF_SIZE
68 # define PNG_ZBUF_SIZE 8192 macro
1499 inname, PNG_ZBUF_SIZE);
1524 inname, PNG_ZBUF_SIZE);
H A Dpngpriv.h141 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
142 # undef PNG_ZBUF_SIZE macro
143 # define PNG_ZBUF_SIZE 65536L macro
H A Dpngread.c137 png_ptr->zbuf_size = PNG_ZBUF_SIZE;
H A Dpngwrite.c543 png_ptr->zbuf_size = PNG_ZBUF_SIZE;

Completed in 46 milliseconds