Searched defs:PNG_DEBUG (Results 1 - 5 of 5) sorted by relevance

/external/libpng/contrib/pngminus/
H A Dpng2pnm.c40 #ifndef PNG_DEBUG
41 #define PNG_DEBUG 0 macro
H A Dpnm2png.c38 #ifndef PNG_DEBUG
39 #define PNG_DEBUG 0 macro
/external/libpng/
H A Dpngtest.c86 #ifndef PNG_DEBUG
87 # define PNG_DEBUG 0 macro
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
1801 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
1839 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngconf.h254 * unless (PNG_DEBUG > 0) has been #defined.
270 # ifdef PNG_DEBUG
271 # undef PNG_DEBUG macro
287 # ifdef PNG_DEBUG
288 # if (PNG_DEBUG > 0)
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h258 * unless (PNG_DEBUG > 0) has been #defined.
274 # ifdef PNG_DEBUG
275 # undef PNG_DEBUG macro
291 # ifdef PNG_DEBUG
292 # if (PNG_DEBUG > 0)

Completed in 548 milliseconds