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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngdebug.h43 /* Define PNG_DEBUG at compile time for debugging information. Higher
44 * numbers for PNG_DEBUG mean more debugging information. This has
51 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG
80 #ifdef PNG_DEBUG
81 # if (PNG_DEBUG > 0)
84 # if (PNG_DEBUG > 1)
107 # if (PNG_DEBUG > 1)
171 # endif /* (PNG_DEBUG > 1) */
174 # endif /* (PNG_DEBUG >
[all...]
H A Dpngtest.c80 #ifndef PNG_DEBUG
81 # define PNG_DEBUG 0 macro
84 #if PNG_DEBUG > 1
94 #if !PNG_DEBUG
578 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
715 #endif /* PNG_USER_MEM_SUPPORTED && PNG_DEBUG */
834 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
857 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
1642 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
1680 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
[all...]

Completed in 34 milliseconds