Lines Matching refs:png_debug1
410 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()
4182 png_debug1(3, "iwidth = %lu,\n", png_ptr->iwidth); in png_read_start_row()
4183 png_debug1(3, "num_rows = %lu\n", png_ptr->num_rows); in png_read_start_row()
4184 png_debug1(3, "rowbytes = %lu,\n", png_ptr->rowbytes); in png_read_start_row()
4185 png_debug1(3, "irowbytes = %lu,\n", png_ptr->irowbytes); in png_read_start_row()