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

  /external/chromium_org/third_party/libpng/
pngconf.h 870 #ifndef PNG_USER_CHUNK_CACHE_MAX
871 # define PNG_USER_CHUNK_CACHE_MAX 0
    [all...]
pngread.c 72 # ifdef PNG_USER_CHUNK_CACHE_MAX
74 png_ptr->user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX;
    [all...]
  /external/libpng/
pngconf.h 874 #ifndef PNG_USER_CHUNK_CACHE_MAX
875 # define PNG_USER_CHUNK_CACHE_MAX 0
    [all...]
pngread.c 72 # ifdef PNG_USER_CHUNK_CACHE_MAX
74 png_ptr->user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX;
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 154 # ifndef PNG_USER_CHUNK_CACHE_MAX
155 # define PNG_USER_CHUNK_CACHE_MAX 128
168 # ifndef PNG_USER_CHUNK_CACHE_MAX
169 # define PNG_USER_CHUNK_CACHE_MAX 0
    [all...]

Completed in 81 milliseconds