Home
last modified time | relevance | path

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

/third_party/libpng/
H A Dpnglibconf.h195 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
211 #define PNG_ZBUF_SIZE 8192 macro
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c21 * 2) when the maximum IDAT size (PNG_ZBUF_SIZE in pngconf.h) is not 8192.
77 #ifndef PNG_ZBUF_SIZE
78 # define PNG_ZBUF_SIZE 8192 macro
1747 inname, PNG_ZBUF_SIZE); in test_one_file()
1779 inname, PNG_ZBUF_SIZE); in test_one_file()
H A Dpngpriv.h463 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
464 # undef PNG_ZBUF_SIZE macro
465 # define PNG_ZBUF_SIZE 65536L macro
H A Dpng.h3160 12U)+(12U*((image_size)/PNG_ZBUF_SIZE))/*IDAT*/+(image_size))
H A Dpngwrite.c523 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;

Completed in 15 milliseconds