Lines Matching refs:nrows
166 if (__predict_false(off >= (scr->type->ncols * scr->type->nrows)))
222 pcdisplay_copyrows(void *id, int srcrow, int dstrow, int nrows)
237 nrows * ncols);
240 nrows * ncols * 2);
244 pcdisplay_eraserows(void *id, int startrow, int nrows, long fillattr)
254 count = nrows * scr->type->ncols;
277 for (off = 0; off < scr->type->nrows * scr->type->ncols;
288 for (off = 0; off < scr->type->nrows * scr->type->ncols;
308 if (off >= scr->type->ncols * scr->type->nrows)
338 if (off >= (scr->type->ncols * scr->type->nrows))