Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpnglibconf.h195 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
211 #define PNG_ZBUF_SIZE 8192 macro
A Dpngtest.c77 #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()
A Dpngpriv.h444 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
445 # undef PNG_ZBUF_SIZE
446 # define PNG_ZBUF_SIZE 65536L macro
A Dpng.h3160 12U)+(12U*((image_size)/PNG_ZBUF_SIZE))/*IDAT*/+(image_size))
A Dpngwrite.c523 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpnglibconf.h195 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
211 #define PNG_ZBUF_SIZE 8192 macro
A Dpng.h3160 12U)+(12U*((image_size)/PNG_ZBUF_SIZE))/*IDAT*/+(image_size))
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dpnglibconf.h.prebuilt195 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
211 #define PNG_ZBUF_SIZE 8192
A Dpnglibconf.dfa740 setting IDAT_READ_SIZE default PNG_ZBUF_SIZE
/AliOS-Things-master/components/SDL2/src/image/external/
A Dlibpng-1.6.37.patch244 +#define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
260 +#define PNG_ZBUF_SIZE 8192

Completed in 31 milliseconds