HomeSort by relevance Sort by last modified time
    Searched refs:PNG_MAX_MALLOC_64K (Results 1 - 14 of 14) 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/
pngmem.c 81 # ifdef PNG_MAX_MALLOC_64K
pngpriv.h 356 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
357 # define PNG_MAX_MALLOC_64K
373 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
    [all...]
pngtest.c 477 * by setting MAXSEG_64K in zlib zconf.h *or* PNG_MAX_MALLOC_64K.
    [all...]
pngrutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.46/
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...]