HomeSort by relevance Sort by last modified time
    Searched defs:PNG_DEBUG (Results 1 - 4 of 4) sorted by null

  /external/libpng/contrib/pngminus/
png2pnm.c 40 #ifndef PNG_DEBUG
41 #define PNG_DEBUG 0
pnm2png.c 38 #ifndef PNG_DEBUG
39 #define PNG_DEBUG 0
  /external/libpng/
pngtest.c 86 #ifndef PNG_DEBUG
87 # define PNG_DEBUG 0
90 #if PNG_DEBUG > 1
100 #if !PNG_DEBUG
468 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
607 #endif /* PNG_USER_MEM_SUPPORTED && PNG_DEBUG */
869 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
881 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
    [all...]
  /external/chromium_org/third_party/libpng/
pngconf.h 254 * unless (PNG_DEBUG > 0) has been #defined.
270 # ifdef PNG_DEBUG
271 # undef PNG_DEBUG
287 # ifdef PNG_DEBUG
288 # if (PNG_DEBUG > 0)
    [all...]

Completed in 81 milliseconds