Searched refs:png_debug (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngdebug.h | 60 # ifndef png_debug 61 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) macro 84 # ifndef png_debug 85 # define png_debug(l,m) \ macro 109 # ifndef png_debug 110 # define png_debug(l,m) \ macro 148 #ifndef png_debug 149 # define png_debug(l, m) ((void)0) macro
|
D | pngrtran.c | 27 png_debug(1, "in png_set_crc_action"); in png_set_crc_action() 98 png_debug(1, "in png_set_background_fixed"); in png_set_background_fixed() 143 png_debug(1, "in png_set_scale_16"); in png_set_scale_16() 157 png_debug(1, "in png_set_strip_16"); in png_set_strip_16() 170 png_debug(1, "in png_set_strip_alpha"); in png_set_strip_alpha() 249 png_debug(1, "in png_set_alpha_mode"); in png_set_alpha_mode_fixed() 385 png_debug(1, "in png_set_quantize"); in png_set_quantize() 772 png_debug(1, "in png_set_gamma_fixed"); in png_set_gamma_fixed() 825 png_debug(1, "in png_set_expand"); in png_set_expand() 856 png_debug(1, "in png_set_palette_to_rgb"); in png_set_palette_to_rgb() [all …]
|