Home | History | Annotate | Download | only in hpc

Lines Matching refs:ncols

241 	/* XXX: ncols/nrows will be filled in -- shouldn't, they are global */
409 hpcfb_console_wsscreen.ncols = hpcfb_console_dc.dc_cols;
759 hpcfb_stdscreen.ncols = dc->dc_cols;
1067 int ncols)
1084 memcpy(dvc, svc, ncols*sizeof(struct hpcfb_vchar));
1085 if (vscn[row].maxcol < srccol+ncols-1)
1086 vscn[row].maxcol = srccol+ncols-1;
1087 if (vscn[row].maxcol < dstcol+ncols-1)
1088 vscn[row].maxcol = dstcol+ncols-1;
1096 hpcfb_copycols(void *cookie, int row, int srccol, int dstcol, int ncols)
1105 hpcfb_tv_copycols(dc, row, srccol, dstcol, ncols);
1126 width = ncols * ri->ri_font->fontwidth;
1131 rasops_emul.copycols(ri, row, srccol, dstcol, ncols);
1144 int row, int startcol, int ncols, long attr)
1160 if (vscn[row].spacecol < startcol+ncols-1)
1161 vscn[row].spacecol = startcol+ncols-1;
1169 hpcfb_erasecols(void *cookie, int row, int startcol, int ncols, long attr)
1177 hpcfb_tv_erasecols(dc, row, startcol, ncols, attr);
1196 width = ncols * ri->ri_font->fontwidth;
1201 rasops_emul.erasecols(ri, row, startcol, ncols, attr);