Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:num_rows

1800          png_ptr->num_rows = (png_ptr->height + png_pass_yinc[0] - 1 -
1807 png_ptr->num_rows = png_ptr->height;
1814 png_ptr->num_rows = png_ptr->height;
1848 if (png_ptr->row_number < png_ptr->num_rows)
1872 png_ptr->num_rows = (png_ptr->height +
1878 } while (png_ptr->usr_width == 0 || png_ptr->num_rows == 0);