Searched refs:PNG_DEBUG (Results 1 - 9 of 9) sorted by relevance

/external/libpng/
H A Dpngdebug.h15 /* Define PNG_DEBUG at compile time for debugging information. Higher
16 * numbers for PNG_DEBUG mean more debugging information. This has
23 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG
52 #ifdef PNG_DEBUG
53 # if (PNG_DEBUG > 0)
56 # if (PNG_DEBUG > 1)
79 # if (PNG_DEBUG > 1)
140 # endif /* (PNG_DEBUG > 1) */
143 # endif /* (PNG_DEBUG >
[all...]
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...]
H A Dpngwutil.c78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0)
/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)
H A Dpng.h2605 /* Define PNG_DEBUG at compile time for debugging information. Higher
2606 * numbers for PNG_DEBUG mean more debugging information. This has
2610 #ifdef PNG_DEBUG
2611 #if (PNG_DEBUG > 0)
2614 #if (PNG_DEBUG > 1)
2633 #if (PNG_DEBUG > 1)
2697 #endif /* (PNG_DEBUG > 1) */
2700 #endif /* (PNG_DEBUG > 0) */
2701 #endif /* PNG_DEBUG */
/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)
H A Dpng.h2677 /* Define PNG_DEBUG at compile time for debugging information. Higher
2678 * numbers for PNG_DEBUG mean more debugging information. This has
2682 #ifdef PNG_DEBUG
2683 #if (PNG_DEBUG > 0)
2686 #if (PNG_DEBUG > 1)
2705 #if (PNG_DEBUG > 1)
2769 #endif /* (PNG_DEBUG > 1) */
2772 #endif /* (PNG_DEBUG > 0) */
2773 #endif /* PNG_DEBUG */
/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

Completed in 707 milliseconds