Home
last modified time | relevance | path

Searched refs:png_debug1 (Results 1 – 20 of 20) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpngget.c124 png_debug1(1, "in %s retrieval function\n", "png_get_x_pixels_per_meter"); in png_get_x_pixels_per_meter()
142 png_debug1(1, "in %s retrieval function\n", "png_get_y_pixels_per_meter"); in png_get_y_pixels_per_meter()
160 png_debug1(1, "in %s retrieval function\n", "png_get_pixels_per_meter"); in png_get_pixels_per_meter()
180 png_debug1(1, "in %s retrieval function\n", "png_get_aspect_ratio"); in png_get_pixel_aspect_ratio()
201 png_debug1(1, "in %s retrieval function\n", "png_get_x_offset_microns"); in png_get_x_offset_microns()
219 png_debug1(1, "in %s retrieval function\n", "png_get_y_offset_microns"); in png_get_y_offset_microns()
237 png_debug1(1, "in %s retrieval function\n", "png_get_x_offset_microns"); in png_get_x_offset_pixels()
255 png_debug1(1, "in %s retrieval function\n", "png_get_y_offset_microns"); in png_get_y_offset_pixels()
311 png_debug1(1, "in %s retrieval function\n", "pHYs"); in png_get_pHYs_dpi()
368 png_debug1(1, "in %s retrieval function\n", "bKGD"); in png_get_bKGD()
[all …]
Dpngset.c25 png_debug1(1, "in %s storage function\n", "bKGD"); in png_set_bKGD()
41 png_debug1(1, "in %s storage function\n", "cHRM"); in png_set_cHRM()
92 png_debug1(1, "in %s storage function\n", "cHRM"); in png_set_cHRM_fixed()
158 png_debug1(1, "in %s storage function\n", "gAMA"); in png_set_gAMA()
185 png_debug1(1, "in %s storage function\n", "gAMA"); in png_set_gAMA_fixed()
222 png_debug1(1, "in %s storage function\n", "hIST"); in png_set_hIST()
265 png_debug1(1, "in %s storage function\n", "IHDR"); in png_set_IHDR()
372 png_debug1(1, "in %s storage function\n", "oFFs"); in png_set_oFFs()
392 png_debug1(1, "in %s storage function\n", "pCAL"); in png_set_pCAL()
397 png_debug1(3, "allocating purpose for info (%lu bytes)\n", length); in png_set_pCAL()
[all …]
Dpngwrite.c876 png_debug1(3, "row_info->color_type = %d\n", png_ptr->row_info.color_type); in png_write_row()
877 png_debug1(3, "row_info->width = %lu\n", png_ptr->row_info.width); in png_write_row()
878 png_debug1(3, "row_info->channels = %d\n", png_ptr->row_info.channels); in png_write_row()
879 png_debug1(3, "row_info->bit_depth = %d\n", png_ptr->row_info.bit_depth); in png_write_row()
880 png_debug1(3, "row_info->pixel_depth = %d\n", png_ptr->row_info.pixel_depth); in png_write_row()
881 png_debug1(3, "row_info->rowbytes = %lu\n", png_ptr->row_info.rowbytes); in png_write_row()
Dpngrio.c31 png_debug1(4,"reading %d bytes\n", (int)length); in png_read_data()
Dpngrutil.c410 png_debug1(3,"bit_depth = %d\n", png_ptr->bit_depth); in png_handle_IHDR()
411 png_debug1(3,"channels = %d\n", png_ptr->channels); in png_handle_IHDR()
412 png_debug1(3,"rowbytes = %lu\n", png_ptr->rowbytes); in png_handle_IHDR()
1599 png_debug1(2, "Allocating and reading pCAL chunk data (%lu bytes)\n", in png_handle_pCAL()
1675 png_debug1(3, "Reading pCAL parameter %d\n", i); in png_handle_pCAL()
1730 png_debug1(2, "Allocating and reading sCAL chunk data (%lu bytes)\n", in png_handle_sCAL()
3184 png_debug1(0, "row=0x%08lx, ", (unsigned long)row); in png_read_filter_row()
3187 png_debug1(0,"rowbytes=%8ld\n", row_info->rowbytes); in png_read_filter_row()
4180 png_debug1(3, "width = %lu,\n", png_ptr->width); in png_read_start_row()
4181 png_debug1(3, "height = %lu,\n", png_ptr->height); in png_read_start_row()
[all …]
Dpngwutil.c579 png_debug1(3, "num_palette = %d\n", png_ptr->num_palette); in png_write_PLTE()
1222 png_debug1(2, "Keyword to be checked is '%s'\n", key); in png_check_keyword()
1281 png_debug1(2, "Checking for multiple internal spaces in '%s'\n", kp); in png_check_keyword()
1550 png_debug1(1, "in png_write_pCAL (%d parameters)\n", nparams); in png_write_pCAL()
1555 png_debug1(3, "pCAL purpose length = %d\n", (int)purpose_len); in png_write_pCAL()
1557 png_debug1(3, "pCAL units length = %d\n", (int)units_len); in png_write_pCAL()
1572 png_debug1(3, "pCAL total length = %d\n", (int)total_len); in png_write_pCAL()
1632 png_debug1(3, "sCAL total length = %u\n", (unsigned int)total_len); in png_write_sCAL()
1662 png_debug1(3, "sCAL total length = %u\n", (unsigned int)total_len); in png_write_sCAL_s()
2727 png_debug1(2, "filter = %d\n", filtered_row[0]); in png_write_filtered_row()
Dpng.h2462 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m,p1) macro
2476 #define png_debug1(l,m,p1) \ macro
2495 #ifndef png_debug1
2496 #define png_debug1(l, m, p1) macro
Dpnggccrd.c5855 png_debug1(0, "row=%10p, ", row); in png_read_filter_row()
5858 png_debug1(0, "rowbytes=%ld\n", row_info->rowbytes); in png_read_filter_row()
Dpngread.c996 png_debug1(0, "Reading %s chunk.\n", png_ptr->chunk_name); in png_read_end()
Dpngvcrd.c3745 png_debug1(0,"len=%8d, ", row_info->rowbytes); in png_read_filter_row()
/external/libpng/
Dpngget.c124 png_debug1(1, "in %s retrieval function", "png_get_x_pixels_per_meter"); in png_get_x_pixels_per_meter()
145 png_debug1(1, "in %s retrieval function", "png_get_y_pixels_per_meter"); in png_get_y_pixels_per_meter()
166 png_debug1(1, "in %s retrieval function", "png_get_pixels_per_meter"); in png_get_pixels_per_meter()
190 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio"); in png_get_pixel_aspect_ratio()
214 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns"); in png_get_x_offset_microns()
236 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns"); in png_get_y_offset_microns()
258 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns"); in png_get_x_offset_pixels()
280 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns"); in png_get_y_offset_pixels()
339 png_debug1(1, "in %s retrieval function", "pHYs"); in png_get_pHYs_dpi()
397 png_debug1(1, "in %s retrieval function", "bKGD"); in png_get_bKGD()
[all …]
Dpngset.c28 png_debug1(1, "in %s storage function", "bKGD"); in png_set_bKGD()
45 png_debug1(1, "in %s storage function", "cHRM"); in png_set_cHRM()
79 png_debug1(1, "in %s storage function", "cHRM fixed"); in png_set_cHRM_fixed()
120 png_debug1(1, "in %s storage function", "gAMA"); in png_set_gAMA()
148 png_debug1(1, "in %s storage function", "gAMA"); in png_set_gAMA_fixed()
186 png_debug1(1, "in %s storage function", "hIST"); in png_set_hIST()
232 png_debug1(1, "in %s storage function", "IHDR"); in png_set_IHDR()
276 png_debug1(1, "in %s storage function", "oFFs"); in png_set_oFFs()
297 png_debug1(1, "in %s storage function", "pCAL"); in png_set_pCAL()
303 png_debug1(3, "allocating purpose for info (%lu bytes)", in png_set_pCAL()
[all …]
Dpngwrite.c914 png_debug1(3, "row_info->color_type = %d", png_ptr->row_info.color_type); in png_write_row()
915 png_debug1(3, "row_info->width = %lu", png_ptr->row_info.width); in png_write_row()
916 png_debug1(3, "row_info->channels = %d", png_ptr->row_info.channels); in png_write_row()
917 png_debug1(3, "row_info->bit_depth = %d", png_ptr->row_info.bit_depth); in png_write_row()
918 png_debug1(3, "row_info->pixel_depth = %d", png_ptr->row_info.pixel_depth); in png_write_row()
919 png_debug1(3, "row_info->rowbytes = %lu", png_ptr->row_info.rowbytes); in png_write_row()
Dpngrutil.c522 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth); in png_handle_IHDR()
523 png_debug1(3, "channels = %d", png_ptr->channels); in png_handle_IHDR()
524 png_debug1(3, "rowbytes = %lu", png_ptr->rowbytes); in png_handle_IHDR()
1700 png_debug1(2, "Allocating and reading pCAL chunk data (%lu bytes)", in png_handle_pCAL()
1781 png_debug1(3, "Reading pCAL parameter %d", i); in png_handle_pCAL()
1846 png_debug1(2, "Allocating and reading sCAL chunk data (%lu bytes)", in png_handle_sCAL()
3429 png_debug1(3, "width = %lu,", png_ptr->width); in png_read_start_row()
3430 png_debug1(3, "height = %lu,", png_ptr->height); in png_read_start_row()
3431 png_debug1(3, "iwidth = %lu,", png_ptr->iwidth); in png_read_start_row()
3432 png_debug1(3, "num_rows = %lu,", png_ptr->num_rows); in png_read_start_row()
[all …]
Dpngrio.c35 png_debug1(4, "reading %d bytes", (int)length); in png_read_data()
Dpngwutil.c609 png_debug1(3, "num_palette = %d", png_ptr->num_palette); in png_write_PLTE()
1246 png_debug1(2, "Keyword to be checked is '%s'", key); in png_check_keyword()
1305 png_debug1(2, "Checking for multiple internal spaces in '%s'", kp); in png_check_keyword()
1576 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams); in png_write_pCAL()
1582 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len); in png_write_pCAL()
1584 png_debug1(3, "pCAL units length = %d", (int)units_len); in png_write_pCAL()
1600 png_debug1(3, "pCAL total length = %d", (int)total_len); in png_write_pCAL()
1662 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len); in png_write_sCAL()
1692 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len); in png_write_sCAL_s()
2777 png_debug1(2, "filter = %d", filtered_row[0]); in png_write_filtered_row()
Dpngtest.c1092 png_debug1(0, "Handling %d iTXt/tEXt/zTXt chunks", num_text); in test_one_file()
1208 png_debug1(0, "0x%08lx", (unsigned long)row_buf); in test_one_file()
1229 png_debug1(0, "Writing row data for pass %d", pass); in test_one_file()
1280 png_debug1(0, "Handling %d iTXt/tEXt/zTXt chunks", num_text); in test_one_file()
Dpng.h2693 #ifndef png_debug1
2694 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) macro
2718 # ifndef png_debug1
2719 # define png_debug1(l,m,p1) \ macro
2746 # ifndef png_debug1
2747 # define png_debug1(l,m,p1) \ macro
2777 #ifndef png_debug1
2778 #define png_debug1(l, m, p1) macro
Dlibpng-1.2.46.txt2844 png_debug1(level, message, p1)
2852 png_debug1(2, "foo=%d\n", foo);
Dlibpng-1.2.44.txt2844 png_debug1(level, message, p1)
2852 png_debug1(2, "foo=%d\n", foo);