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

  /external/chromium_org/third_party/libpng/
pngconf.h 163 #define PNG_MAX_MALLOC_64K
165 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
166 # define PNG_MAX_MALLOC_64K
    [all...]
pngpread.c     [all...]
pngmem.c 156 #ifdef PNG_MAX_MALLOC_64K
483 #ifdef PNG_MAX_MALLOC_64K
pngrutil.c 1081 #ifdef PNG_MAX_MALLOC_64K
    [all...]
  /external/libpng/
pngconf.h 167 #define PNG_MAX_MALLOC_64K
169 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
170 # define PNG_MAX_MALLOC_64K
    [all...]
pngpread.c     [all...]
pngmem.c 156 #ifdef PNG_MAX_MALLOC_64K
483 #ifdef PNG_MAX_MALLOC_64K
pngrutil.c 1097 #ifdef PNG_MAX_MALLOC_64K
    [all...]
pngtest.c 499 * by setting MAXSEG_64K in zlib zconf.h *or* PNG_MAX_MALLOC_64K.
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 135 #define PNG_MAX_MALLOC_64K
137 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
138 # define PNG_MAX_MALLOC_64K
    [all...]
pngpread.c 1068 #ifdef PNG_MAX_MALLOC_64K
    [all...]
pngmem.c 143 #ifdef PNG_MAX_MALLOC_64K
455 #ifdef PNG_MAX_MALLOC_64K
pngrutil.c 1019 #ifdef PNG_MAX_MALLOC_64K
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 480 # define PNG_MAX_MALLOC_64K /* only used in build */
pngpriv.h 210 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
211 # define PNG_MAX_MALLOC_64K
227 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
    [all...]

Completed in 103 milliseconds