Lines Matching defs:nrows
62 int ncols, int nrows);
722 int ncols, int nrows) /* number of cells */
742 if (row + nrows >= trows) {
743 nrows = trows - row;
744 if (nrows < 1) return;
755 y2 = y1 + nrows * ch;
759 for (i = 0, y = y1; i <= nrows; i++, y += ch) {
772 j < nrows; j++, y += ch) {
858 y2 = y1 + nrows * ch;
862 for (i = 0, y = y1; i <= nrows; i++, y += ch) {