Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_DEBUG

2677 /* 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)
2690 #ifndef png_debug
2691 #define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE)
2705 #if (PNG_DEBUG > 1)
2710 # ifndef png_debug
2711 # define png_debug(l,m) \
2735 # ifndef png_debug
2736 # define png_debug(l,m) \
2769 #endif /* (PNG_DEBUG > 1) */
2772 #endif /* (PNG_DEBUG > 0) */
2773 #endif /* PNG_DEBUG */
2774 #ifndef png_debug
2775 #define png_debug(l, m)