Lines Matching refs:num_rows
1834 png_ptr->num_rows = (png_ptr->height + png_pass_yinc[0] - 1 -
1841 png_ptr->num_rows = png_ptr->height;
1848 png_ptr->num_rows = png_ptr->height;
1883 if (png_ptr->row_number < png_ptr->num_rows)
1907 png_ptr->num_rows = (png_ptr->height +
1913 } while (png_ptr->usr_width == 0 || png_ptr->num_rows == 0);