Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_debug1

522    png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
523 png_debug1(3, "channels = %d", png_ptr->channels);
524 png_debug1(3, "rowbytes = %lu", png_ptr->rowbytes);
1700 png_debug1(2, "Allocating and reading pCAL chunk data (%lu bytes)",
1781 png_debug1(3, "Reading pCAL parameter %d", i);
1846 png_debug1(2, "Allocating and reading sCAL chunk data (%lu bytes)",
3429 png_debug1(3, "width = %lu,", png_ptr->width);
3430 png_debug1(3, "height = %lu,", png_ptr->height);
3431 png_debug1(3, "iwidth = %lu,", png_ptr->iwidth);
3432 png_debug1(3, "num_rows = %lu,", png_ptr->num_rows);
3433 png_debug1(3, "rowbytes = %lu,", png_ptr->rowbytes);
3434 png_debug1(3, "irowbytes = %lu",