Home
last modified time | relevance | path

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

/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
1702 inname, PNG_ZBUF_SIZE); in test_one_file()
1734 inname, PNG_ZBUF_SIZE); in test_one_file()
Dpngpriv.h420 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
421 # undef PNG_ZBUF_SIZE
422 # define PNG_ZBUF_SIZE 65536L macro
Dpng.h3183 12U)+(12U*((image_size)/PNG_ZBUF_SIZE))/*IDAT*/+(image_size))
Dpngwrite.c512 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;
/external/skia/third_party/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
Dpngwrite.c512 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;
Dpng.h3177 12U)+(12U*((image_size)/PNG_ZBUF_SIZE))/*IDAT*/+(image_size))
/external/pdfium/third_party/libpng16/
Dpnglibconf.h190 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
206 #define PNG_ZBUF_SIZE 8192 macro
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/syslinux/com32/include/
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
1659 # define PNG_ZBUF_SIZE 65536L macro
/external/libpng/scripts/
Dpnglibconf.h.prebuilt191 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
207 #define PNG_ZBUF_SIZE 8192
Dpnglibconf.dfa712 setting IDAT_READ_SIZE default PNG_ZBUF_SIZE
/external/syslinux/com32/lib/libpng/
Dpngwrite.c571 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_create_write_struct_2()
721 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_write_init_3()
Dpngread.c157 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_create_read_struct_2()
321 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_read_init_3()
Dpngtest.c1401 inname, PNG_ZBUF_SIZE); in test_one_file()
1424 inname, PNG_ZBUF_SIZE); in test_one_file()