HomeSort by relevance Sort by last modified time
    Searched refs:PNG_ZBUF_SIZE (Results 1 - 19 of 19) sorted by null

  /external/libpng/
pnglibconf.h 191 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
207 #define PNG_ZBUF_SIZE 8192
pngtest.c 21 * 2) when the maximum IDAT size (PNG_ZBUF_SIZE in pngconf.h) is not 8192.
86 #ifndef PNG_ZBUF_SIZE
87 # define PNG_ZBUF_SIZE 8192
    [all...]
pngpriv.h 420 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
421 # undef PNG_ZBUF_SIZE
422 # define PNG_ZBUF_SIZE 65536L
    [all...]
png.h     [all...]
pngwrite.c 512 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;
    [all...]
  /external/pdfium/third_party/libpng16/
pnglibconf.h 190 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
206 #define PNG_ZBUF_SIZE 8192
pngpriv.h 391 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
392 # undef PNG_ZBUF_SIZE
393 # define PNG_ZBUF_SIZE 65536L
    [all...]
png.h     [all...]
pngwrite.c 512 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;
    [all...]
  /external/skia/third_party/libpng/
pnglibconf.h 191 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
207 #define PNG_ZBUF_SIZE 8192
pngtest.c 21 * 2) when the maximum IDAT size (PNG_ZBUF_SIZE in pngconf.h) is not 8192.
86 #ifndef PNG_ZBUF_SIZE
87 # define PNG_ZBUF_SIZE 8192
    [all...]
pngpriv.h 391 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
392 # undef PNG_ZBUF_SIZE
393 # define PNG_ZBUF_SIZE 65536L
    [all...]
png.h     [all...]
pngwrite.c 512 png_ptr->zbuffer_size = PNG_ZBUF_SIZE;
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 191 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
207 #define PNG_ZBUF_SIZE 8192
  /external/syslinux/com32/include/
pngconf.h 102 #ifndef PNG_ZBUF_SIZE
103 # define PNG_ZBUF_SIZE 8192
    [all...]
  /external/syslinux/com32/lib/libpng/
pngread.c 157 png_ptr->zbuf_size = PNG_ZBUF_SIZE;
321 png_ptr->zbuf_size = PNG_ZBUF_SIZE;
    [all...]
pngtest.c 21 * 2) when the maximum IDAT size (PNG_ZBUF_SIZE in pngconf.h) is not 8192.
    [all...]
pngwrite.c 571 png_ptr->zbuf_size = PNG_ZBUF_SIZE;
721 png_ptr->zbuf_size = PNG_ZBUF_SIZE;
    [all...]

Completed in 1891 milliseconds