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

  /external/libpng/
pnglibconf.h 204 #define PNG_USER_CHUNK_MALLOC_MAX 8000000
png.c 255 # ifdef PNG_USER_CHUNK_MALLOC_MAX
259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
pngrutil.c 620 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
621 if (PNG_USER_CHUNK_MALLOC_MAX < limit)
622 limit = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
  /external/pdfium/third_party/libpng16/
pnglibconf.h 203 #define PNG_USER_CHUNK_MALLOC_MAX 8000000
pngrutil.c 619 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
620 if (PNG_USER_CHUNK_MALLOC_MAX < limit)
621 limit = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
png.c 255 # ifdef PNG_USER_CHUNK_MALLOC_MAX
259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
  /external/skia/third_party/libpng/
pnglibconf.h 204 #define PNG_USER_CHUNK_MALLOC_MAX 8000000
pngrutil.c 619 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
620 if (PNG_USER_CHUNK_MALLOC_MAX < limit)
621 limit = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
png.c 255 # ifdef PNG_USER_CHUNK_MALLOC_MAX
259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 204 #define PNG_USER_CHUNK_MALLOC_MAX 8000000
  /external/syslinux/com32/include/
pngconf.h 875 #ifndef PNG_USER_CHUNK_MALLOC_MAX
876 # define PNG_USER_CHUNK_MALLOC_MAX 0
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrutil.c 346 # ifdef PNG_USER_CHUNK_MALLOC_MAX
347 if ((PNG_USER_CHUNK_MALLOC_MAX > 0) &&
348 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1)
359 defined(PNG_USER_CHUNK_MALLOC_MAX)
    [all...]
pngread.c 78 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
    [all...]

Completed in 246 milliseconds