/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...] |
pngtrans.c | 23 png_debug(1, "in png_set_bgr"); 37 png_debug(1, "in png_set_swap"); 52 png_debug(1, "in png_set_packing"); 72 png_debug(1, "in png_set_packswap"); 86 png_debug(1, "in png_set_shift"); 101 png_debug(1, "in png_set_interlace handling"); 122 png_debug(1, "in png_set_filler"); 206 png_debug(1, "in png_set_add_alpha"); 224 png_debug(1, "in png_set_swap_alpha"); 238 png_debug(1, "in png_set_invert_alpha") [all...] |
pngwrite.c | 31 png_debug(5, "writing extra chunks"); 86 png_debug(1, "in png_write_info_before_PLTE"); 197 png_debug(1, "in png_write_info"); 347 png_debug(1, "in png_write_end"); 453 png_debug(1, "in png_convert_from_struct_tm"); 468 png_debug(1, "in png_convert_from_time_t"); 564 png_debug(1, "in png_write_rows"); 589 png_debug(1, "in png_write_image"); 615 png_debug(1, "in png_do_write_intrapixel"); 888 png_debug(1, "in png_set_flush") [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...] |
pngwtran.c | 27 png_debug(1, "in png_do_pack"); 173 png_debug(1, "in png_do_shift"); 311 png_debug(1, "in png_do_write_swap_alpha"); 405 png_debug(1, "in png_do_write_invert_alpha"); 502 png_debug(1, "in png_do_write_transformations");
|
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...] |
pngrtran.c | 27 png_debug(1, "in png_set_crc_action"); 128 png_debug(1, "in png_set_background_fixed"); 172 png_debug(1, "in png_set_scale_16"); 186 png_debug(1, "in png_set_strip_16"); 199 png_debug(1, "in png_set_strip_alpha"); 280 png_debug(1, "in png_set_alpha_mode"); 416 png_debug(1, "in png_set_quantize"); 803 png_debug(1, "in png_set_gamma_fixed"); 856 png_debug(1, "in png_set_expand"); 886 png_debug(1, "in png_set_palette_to_rgb") [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...] |
pngrtran.c | 27 png_debug(1, "in png_set_crc_action"); 98 png_debug(1, "in png_set_background_fixed"); 143 png_debug(1, "in png_set_scale_16"); 157 png_debug(1, "in png_set_strip_16"); 170 png_debug(1, "in png_set_strip_alpha"); 249 png_debug(1, "in png_set_alpha_mode"); 385 png_debug(1, "in png_set_quantize"); 772 png_debug(1, "in png_set_gamma_fixed"); 825 png_debug(1, "in png_set_expand"); 856 png_debug(1, "in png_set_palette_to_rgb") [all...] |
/external/libpng/scripts/ |
pngwin.rc | 32 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) 38 # define PNG_LIBPNG_VERSIONINFO_COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
|
/external/chromium_org/third_party/libpng/ |
pngtrans.c | 24 png_debug(1, "in png_set_bgr"); 37 png_debug(1, "in png_set_swap"); 51 png_debug(1, "in png_set_packing"); 68 png_debug(1, "in png_set_packswap"); 81 png_debug(1, "in png_set_shift"); 95 png_debug(1, "in png_set_interlace handling"); 116 png_debug(1, "in png_set_filler"); 155 png_debug(1, "in png_set_add_alpha"); 171 png_debug(1, "in png_set_swap_alpha"); 184 png_debug(1, "in png_set_invert_alpha") [all...] |
pngwrite.c | 32 png_debug(1, "in png_write_info_before_PLTE"); 110 png_debug(5, "writing extra chunks"); 141 png_debug(1, "in png_write_info"); 288 png_debug(5, "writing extra chunks"); 317 png_debug(1, "in png_write_end"); 392 png_debug(5, "writing extra chunks"); 434 png_debug(1, "in png_convert_from_struct_tm"); 449 png_debug(1, "in png_convert_from_time_t"); 484 png_debug(1, "in png_create_write_struct"); 690 png_debug(1, "in png_write_init_3") [all...] |
pngwtran.c | 25 png_debug(1, "in png_do_write_transformations"); 94 png_debug(1, "in png_do_pack"); 221 png_debug(1, "in png_do_shift"); 346 png_debug(1, "in png_do_write_swap_alpha"); 435 png_debug(1, "in png_do_write_invert_alpha"); 526 png_debug(1, "in png_do_write_intrapixel");
|
pngrutil.c | 448 png_debug(1, "in png_handle_IHDR"); 523 png_debug(1, "in png_handle_PLTE"); 659 png_debug(1, "in png_handle_IEND"); 687 png_debug(1, "in png_handle_gAMA"); 765 png_debug(1, "in png_handle_sBIT"); 837 png_debug(1, "in png_handle_cHRM"); 957 png_debug(1, "in png_handle_sRGB"); 1060 png_debug(1, "in png_handle_iCCP"); [all...] |
pngwutil.c | 403 png_debug(1, "in png_write_IHDR"); 582 png_debug(1, "in png_write_PLTE"); 646 png_debug(1, "in png_write_IDAT"); 701 png_debug(1, "in png_write_IEND"); 720 png_debug(1, "in png_write_gAMA"); 737 png_debug(1, "in png_write_gAMA"); 756 png_debug(1, "in png_write_sRGB"); 780 png_debug(1, "in png_write_iCCP"); 865 png_debug(1, "in png_write_sPLT"); 939 png_debug(1, "in png_write_sBIT") [all...] |
png.c | 101 png_debug(1, "in png_set_sig_bytes"); 253 png_debug(1, "in png_create_info_struct"); 280 png_debug(1, "in png_destroy_info_struct"); 321 png_debug(1, "in png_info_init_3"); 342 png_debug(1, "in png_data_freer"); 361 png_debug(1, "in png_free_data"); 616 png_debug(1, "in png_info_destroy"); 656 png_debug(1, "in png_init_io"); 896 png_debug(1, "in function png_check_cHRM_fixed");
|
pngrtran.c | 28 png_debug(1, "in png_set_crc_action"); 100 png_debug(1, "in png_set_background"); 124 png_debug(1, "in png_set_strip_16"); 136 png_debug(1, "in png_set_strip_alpha"); 168 png_debug(1, "in png_set_dither"); 554 png_debug(1, "in png_set_gamma"); 576 png_debug(1, "in png_set_expand"); 607 png_debug(1, "in png_set_palette_to_rgb"); 621 png_debug(1, "in png_set_expand_gray_1_2_4_to_8"); 637 png_debug(1, "in png_set_gray_1_2_4_to_8") [all...] |
/external/qemu/distrib/libpng-1.2.46/ |
pngtrans.c | 24 png_debug(1, "in png_set_bgr"); 37 png_debug(1, "in png_set_swap"); 51 png_debug(1, "in png_set_packing"); 68 png_debug(1, "in png_set_packswap"); 81 png_debug(1, "in png_set_shift"); 95 png_debug(1, "in png_set_interlace handling"); 116 png_debug(1, "in png_set_filler"); 155 png_debug(1, "in png_set_add_alpha"); 171 png_debug(1, "in png_set_swap_alpha"); 184 png_debug(1, "in png_set_invert_alpha") [all...] |
pngwrite.c | 32 png_debug(1, "in png_write_info_before_PLTE"); 110 png_debug(5, "writing extra chunks"); 141 png_debug(1, "in png_write_info"); 288 png_debug(5, "writing extra chunks"); 317 png_debug(1, "in png_write_end"); 392 png_debug(5, "writing extra chunks"); 434 png_debug(1, "in png_convert_from_struct_tm"); 449 png_debug(1, "in png_convert_from_time_t"); 484 png_debug(1, "in png_create_write_struct"); 690 png_debug(1, "in png_write_init_3") [all...] |
pngwtran.c | 25 png_debug(1, "in png_do_write_transformations"); 94 png_debug(1, "in png_do_pack"); 221 png_debug(1, "in png_do_shift"); 346 png_debug(1, "in png_do_write_swap_alpha"); 435 png_debug(1, "in png_do_write_invert_alpha"); 526 png_debug(1, "in png_do_write_intrapixel");
|
png.c | 102 png_debug(1, "in png_set_sig_bytes"); 254 png_debug(1, "in png_create_info_struct"); 281 png_debug(1, "in png_destroy_info_struct"); 322 png_debug(1, "in png_info_init_3"); 343 png_debug(1, "in png_data_freer"); 362 png_debug(1, "in png_free_data"); 617 png_debug(1, "in png_info_destroy"); 657 png_debug(1, "in png_init_io"); 866 png_debug(1, "in function png_check_cHRM_fixed");
|
pngrutil.c | 464 png_debug(1, "in png_handle_IHDR"); 539 png_debug(1, "in png_handle_PLTE"); 675 png_debug(1, "in png_handle_IEND"); 703 png_debug(1, "in png_handle_gAMA"); 781 png_debug(1, "in png_handle_sBIT"); 853 png_debug(1, "in png_handle_cHRM"); 973 png_debug(1, "in png_handle_sRGB"); 1076 png_debug(1, "in png_handle_iCCP"); [all...] |
pngwutil.c | 403 png_debug(1, "in png_write_IHDR"); 582 png_debug(1, "in png_write_PLTE"); 646 png_debug(1, "in png_write_IDAT"); 701 png_debug(1, "in png_write_IEND"); 720 png_debug(1, "in png_write_gAMA"); 737 png_debug(1, "in png_write_gAMA"); 756 png_debug(1, "in png_write_sRGB"); 780 png_debug(1, "in png_write_iCCP"); 865 png_debug(1, "in png_write_sPLT"); 939 png_debug(1, "in png_write_sBIT") [all...] |
pngrtran.c | 28 png_debug(1, "in png_set_crc_action"); 100 png_debug(1, "in png_set_background"); 124 png_debug(1, "in png_set_strip_16"); 136 png_debug(1, "in png_set_strip_alpha"); 168 png_debug(1, "in png_set_dither"); 554 png_debug(1, "in png_set_gamma"); 576 png_debug(1, "in png_set_expand"); 607 png_debug(1, "in png_set_palette_to_rgb"); 621 png_debug(1, "in png_set_expand_gray_1_2_4_to_8"); 637 png_debug(1, "in png_set_gray_1_2_4_to_8") [all...] |
/external/libpng/projects/visualc71/ |
libpng.vcproj | 69 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;PNG_BUILD_DLL;ZLIB_DLL;_CRT_SECURE_NO_WARNINGS" 94 PreprocessorDefinitions="_DEBUG,PNG_DEBUG=1" 208 PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;PNG_DEBUG=1;_CRT_SECURE_NO_WARNINGS"
|