Lines Matching defs:rows
591 u_int i, j, columns, rows, max_columns;
603 /* How many rows and columns are wanted? */
604 rows = columns = 1;
605 while (rows * columns < n) {
606 rows++;
607 if (rows * columns < n &&
616 height = (w->sy - (rows - 1)) / rows;
626 sy = ((height + 1) * rows) - 1;
634 for (j = 0; j < rows; j++) {
680 used = (rows * height) + rows - 1;