Home
last modified time | relevance | path

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

/external/qemu/distrib/libpng-1.2.19/
Dpngconf.h99 #ifndef PNG_ZBUF_SIZE
100 # define PNG_ZBUF_SIZE 8192 macro
1477 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
1478 # undef PNG_ZBUF_SIZE
1479 # define PNG_ZBUF_SIZE 65536L macro
Dpngwrite.c534 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_create_write_struct_2()
690 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_write_init_3()
Dpngread.c139 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_create_read_struct_2()
293 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_read_init_3()
/external/libpng/
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
1667 # define PNG_ZBUF_SIZE 65536L macro
Dpngtest.c1401 inname, PNG_ZBUF_SIZE); in test_one_file()
1424 inname, PNG_ZBUF_SIZE); in test_one_file()
Dpngwrite.c572 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_create_write_struct_2()
722 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()
325 png_ptr->zbuf_size = PNG_ZBUF_SIZE; in png_read_init_3()