/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/ |
pngtest.c | 67 #ifndef PNG_DEBUG 68 # define PNG_DEBUG 0 71 #if !PNG_DEBUG 490 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG 614 #endif /* PNG_USER_MEM_SUPPORTED && PNG_DEBUG */ 745 png_debug(0, "Allocating read and write structures"); 746 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG 771 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG 786 png_debug(0, "Allocating read_info, write_info and end_info structures"); 795 png_debug(0, "Setting jmpbuf for read struct") [all...] |
pngconf.h | 258 * unless (PNG_DEBUG > 0) has been #defined. 274 # ifdef PNG_DEBUG 275 # undef PNG_DEBUG 291 # ifdef PNG_DEBUG 292 # if (PNG_DEBUG > 0) [all...] |
png.h | 2691 #define png_debug macro 2711 # define png_debug macro 2736 # define png_debug macro 2775 #define png_debug macro [all...] |
/external/chromium_org/third_party/libpng/ |
pngconf.h | 254 * unless (PNG_DEBUG > 0) has been #defined. 270 # ifdef PNG_DEBUG 271 # undef PNG_DEBUG 287 # ifdef PNG_DEBUG 288 # if (PNG_DEBUG > 0) [all...] |
png.h | 2619 #define png_debug macro 2639 # define png_debug macro 2664 # define png_debug macro 2703 #define png_debug macro [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngconf.h | 226 * unless (PNG_DEBUG > 0) has been #defined. 236 # ifdef PNG_DEBUG 237 # undef PNG_DEBUG 253 # ifdef PNG_DEBUG 254 # if (PNG_DEBUG > 0) [all...] |
pnggccrd.c | 367 * - cleaned up png_debug() warnings/formatting 370 * - removed single libpng-1.2.x PNG_DEBUG dependency on 1.0.x png_struct [all...] |
png.h | 2461 #define png_debug macro 2470 #define png_debug macro 2493 #define png_debug macro [all...] |
pngrutil.c | 355 png_debug(1, "in png_handle_IHDR\n"); 427 png_debug(1, "in png_handle_PLTE\n"); 559 png_debug(1, "in png_handle_IEND\n"); 587 png_debug(1, "in png_handle_gAMA\n"); 665 png_debug(1, "in png_handle_sBIT\n"); 737 png_debug(1, "in png_handle_cHRM\n"); 895 png_debug(1, "in png_handle_sRGB\n"); 998 png_debug(1, "in png_handle_iCCP\n"); [all...] |
pngvcrd.c | 121 png_debug(1,"in png_combine_row_asm\n"); [all...] |
/external/libpng/contrib/pngminus/ |
png2pnm.c | 39 #ifndef PNG_DEBUG 40 #define PNG_DEBUG 0
|
pnm2png.c | 37 #ifndef PNG_DEBUG 38 #define PNG_DEBUG 0
|