Lines Matching defs:rows
590 u_int i, j, columns, rows;
599 /* How many rows and columns are wanted? */
600 rows = columns = 1;
601 while (rows * columns < n) {
602 rows++;
603 if (rows * columns < n)
611 height = (w->sy - (rows - 1)) / rows;
621 sy = ((height + 1) * rows) - 1;
629 for (j = 0; j < rows; j++) {
675 used = (rows * height) + rows - 1;