Lines Matching refs:toprow
1547 * Requires: (toprow, leftcol), (toprow + nrows, leftcol + ncols) are
1554 int toprow,
1563 int y = toprow * FontHeight(screen) + screen->border;
1565 int maxrow = toprow + nrows - 1;
1577 screen->topline, toprow, leftcol,
1593 && screen->cursorp.row >= ROW2INX(screen, toprow)
1597 for (row = toprow; row <= maxrow; y += FontHeight(screen), row++) {
1936 refresh_displayed_graphics(xw, leftcol, toprow, ncols, nrows);
1972 int toprow,
1981 && (toprow <= screen->endH.row)
1982 && (toprow + nrows - 1 >= screen->startH.row)) {
1985 ScrnRefresh(xw, toprow, leftcol, nrows, ncols, force);