Lines Matching defs:ncols
1371 int ncols,
1375 int const refresh_w = ncols * FontWidth(screen);
1410 int ncols,
1420 int const refresh_w = ncols * FontWidth(screen);
1549 int ncols,
1559 int const refresh_w = ncols * FontWidth(screen);
1590 if ((buffer = AllocGraphicsBuffer(screen, ncols, nrows)) == NULL)
1593 TRACE(("refresh: screen->topline=%d leftcol=%d toprow=%d nrows=%d ncols=%d (%d,%d %dx%d)\n",
1596 nrows, ncols,
1600 if (!RefreshClipped(screen, leftcol, toprow, ncols, nrows,
1766 int ncols,
1769 refresh_graphics(xw, leftcol, toprow, ncols, nrows, 0);
1851 int ncols,
1857 int const w = ncols * FontWidth(screen);
1860 TRACE(("chararea clear graphics: screen->topline=%d leftcol=%d toprow=%d nrows=%d ncols=%d x=%d y=%d w=%d h=%d\n",
1863 nrows, ncols,