/external/libpng/ |
pngdebug.h | 15 /* Define PNG_DEBUG at compile time for debugging information. Higher 16 * numbers for PNG_DEBUG mean more debugging information. This has 20 * png_debug[1-2]?(level, message ,arg{0-2}) 23 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG 24 * is undefined, 0 or 1 every png_debug expands to a simple expression 52 #ifdef PNG_DEBUG 53 # if (PNG_DEBUG > 0) 56 # if (PNG_DEBUG > 1) 60 # ifndef png_debug 61 # define png_debug macro 82 # define png_debug macro 107 # define png_debug macro 146 # define png_debug macro [all...] |
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...] |
pngwutil.c | 78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) 687 png_debug(1, "in png_check_keyword"); 760 png_debug(1, "in png_write_IHDR"); 926 png_debug(1, "in png_write_PLTE"); [all...] |
/external/pdfium/samples/fx_lpng/lpng_v163/ |
pngdebug.h | 15 /* Define PNG_DEBUG at compile time for debugging information. Higher
16 * numbers for PNG_DEBUG mean more debugging information. This has
20 * png_debug[1-2]?(level, message ,arg{0-2})
23 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG
24 * is undefined, 0 or 1 every png_debug expands to a simple expression
52 #ifdef PNG_DEBUG
53 # if (PNG_DEBUG > 0)
56 # if (PNG_DEBUG > 1)
60 # ifndef png_debug
61 # define png_debug macro 85 # define png_debug macro 110 # define png_debug macro 149 # define png_debug macro [all...] |
fx_pngwutil.c | 77 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0)
686 png_debug(1, "in png_check_keyword");
759 png_debug(1, "in png_write_IHDR");
925 png_debug(1, "in png_write_PLTE");
[all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngdebug.h | 15 /* Define PNG_DEBUG at compile time for debugging information. Higher 16 * numbers for PNG_DEBUG mean more debugging information. This has 20 * png_debug[1-2]?(level, message ,arg{0-2}) 23 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG 24 * is undefined, 0 or 1 every png_debug expands to a simple expression 52 #ifdef PNG_DEBUG 53 # if (PNG_DEBUG > 0) 56 # if (PNG_DEBUG > 1) 60 # ifndef png_debug 61 # define png_debug macro 85 # define png_debug macro 110 # define png_debug macro 149 # define png_debug macro [all...] |
/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
|