Lines Matching refs:nrows
350 else if (scr->nrows > 30)
450 type->nrows * type->ncols * type->fontheight;
463 if (cpos < 0 || cpos >= type->nrows * type->ncols)
720 type->ncols * type->nrows, M_DEVBUF, M_WAITOK);
721 vga_raster_eraserows(scr, 0, type->nrows, *defattrp);
1134 if (__predict_false(off >= (scr->type->ncols * scr->type->nrows)))
1301 vga_raster_copyrows(void *id, int srcrow, int dstrow, int nrows)
1322 if (dstrow == 0 && (srcrow + nrows == scr->type->nrows)) {
1338 nrows * ncols * fheight);
1352 nrows * ncols * fheight);
1355 nrows * ncols * sizeof(struct vga_scrmem));
1359 vga_raster_eraserows(void *id, int startrow, int nrows, long fillattr)
1370 count = nrows * scr->type->ncols;
1444 for (i = 0; i < type->nrows; i++) {
1476 for (off = 0; off < type->nrows * type->ncols; off++) {