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

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnglibconf.h 17 #define PNG_ZBUF_SIZE 8192
pngpriv.h 227 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
228 # undef PNG_ZBUF_SIZE
229 # define PNG_ZBUF_SIZE 65536L
    [all...]
  /external/libpng/
pnglibconf.h 195 #define PNG_IDAT_READ_SIZE PNG_ZBUF_SIZE
204 #define PNG_ZBUF_SIZE 8192
pngpriv.h 373 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
374 # undef PNG_ZBUF_SIZE
375 # define PNG_ZBUF_SIZE 65536L
    [all...]
pngtest.c 21 * 2) when the maximum IDAT size (PNG_ZBUF_SIZE in pngconf.h) is not 8192.
76 #ifndef PNG_ZBUF_SIZE
77 # define PNG_ZBUF_SIZE 8192
    [all...]
  /external/chromium_org/third_party/libpng/
pngconf.h 102 #ifndef PNG_ZBUF_SIZE
103 # define PNG_ZBUF_SIZE 8192
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngconf.h 106 #ifndef PNG_ZBUF_SIZE
107 # define PNG_ZBUF_SIZE 8192
    [all...]

Completed in 51 milliseconds