Lines Matching refs:num_rows
4192 if (png_ptr->row_number < png_ptr->num_rows)
4219 png_ptr->num_rows = (png_ptr->height +
4228 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0);
4271 png_ptr->num_rows = (png_ptr->height + png_pass_yinc[0] - 1 -
4275 png_ptr->num_rows = png_ptr->height;
4286 png_ptr->num_rows = png_ptr->height;
4506 png_debug1(3, "num_rows = %u,", png_ptr->num_rows);