Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
Dpnglibconf.h191 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
207 #define PNG_ZBUF_SIZE 8192 macro
/external/pdfium/third_party/lpng_v163/
Dpnglibconf.h194 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
203 #define PNG_ZBUF_SIZE 8192 macro
Dpngpriv.h316 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
317 # undef PNG_ZBUF_SIZE
318 # define PNG_ZBUF_SIZE 65536L macro
Dpngwrite.c501 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;
/external/libpng/
Dpnglibconf.h191 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
207 #define PNG_ZBUF_SIZE 8192 macro
Dpngtest.c86 #ifndef PNG_ZBUF_SIZE
87 # define PNG_ZBUF_SIZE 8192 macro
1694 inname, PNG_ZBUF_SIZE); in test_one_file()
1725 inname, PNG_ZBUF_SIZE); in test_one_file()
Dpngpriv.h391 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
392 # undef PNG_ZBUF_SIZE
393 # define PNG_ZBUF_SIZE 65536L macro
Dpng.h3177 12U)+(12U*((image_size)/PNG_ZBUF_SIZE))/*IDAT*/+(image_size))
Dpngwrite.c512 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;
/external/libpng/scripts/
Dpnglibconf.h.prebuilt191 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
207 #define PNG_ZBUF_SIZE 8192
Dpnglibconf.dfa711 setting IDAT_READ_SIZE default PNG_ZBUF_SIZE
/external/opencv3/3rdparty/libpng/
Dpnglibconf.h35 #define PNG_ZBUF_SIZE 8192 macro
Dpngpriv.h227 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
228 # undef PNG_ZBUF_SIZE
229 # define PNG_ZBUF_SIZE 65536L macro
Dpngread.c106 png_ptr->zbuf_size = PNG_ZBUF_SIZE;
Dpngwrite.c521 png_ptr->zbuf_size = PNG_ZBUF_SIZE;