/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/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
|