Home | History | Annotate | Download | only in libpng

Lines Matching refs:num_rows

885          if (png_ptr->row_number >= png_ptr->num_rows ||
902 if (png_ptr->row_number >= png_ptr->num_rows ||
1163 if (png_ptr->row_number < png_ptr->num_rows)
1194 png_ptr->num_rows = (png_ptr->height +
1199 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0);