Home | History | Annotate | Download | only in libpng

Lines Matching refs:num_rows

2021          png_ptr->num_rows = (png_ptr->height + png_pass_yinc[0] - 1 -
2030 png_ptr->num_rows = png_ptr->height;
2038 png_ptr->num_rows = png_ptr->height;
2069 if (png_ptr->row_number < png_ptr->num_rows)
2097 png_ptr->num_rows = (png_ptr->height +
2105 } while (png_ptr->usr_width == 0 || png_ptr->num_rows == 0);