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

  /external/libpng/
pnglibconf.h 203 #define PNG_USER_CHUNK_CACHE_MAX 1000
png.c 250 # ifdef PNG_USER_CHUNK_CACHE_MAX
252 create_struct.user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX;
    [all...]
  /external/pdfium/third_party/libpng16/
pnglibconf.h 202 #define PNG_USER_CHUNK_CACHE_MAX 1000
png.c 250 # ifdef PNG_USER_CHUNK_CACHE_MAX
252 create_struct.user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX;
    [all...]
  /external/skia/third_party/libpng/
pnglibconf.h 203 #define PNG_USER_CHUNK_CACHE_MAX 1000
png.c 250 # ifdef PNG_USER_CHUNK_CACHE_MAX
252 create_struct.user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX;
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 203 #define PNG_USER_CHUNK_CACHE_MAX 1000
  /external/syslinux/com32/include/
pngconf.h 870 #ifndef PNG_USER_CHUNK_CACHE_MAX
871 # define PNG_USER_CHUNK_CACHE_MAX 0
    [all...]
  /external/syslinux/com32/lib/libpng/
pngread.c 72 # ifdef PNG_USER_CHUNK_CACHE_MAX
74 png_ptr->user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX;
    [all...]

Completed in 55 milliseconds