Lines Matching refs:vd_width
292 main_vd->vd_width, main_vd->vd_height); in vt_update_static()
653 size->tp_col = vd->vd_width; in vt_termsize()
671 rect->tr_end.tp_col = vd->vd_width; in vt_termrect()
692 size->ws_col = size->ws_xpixel = vd->vd_width; in vt_winsize()
715 vw->vw_draw_area.tr_end.tp_col = vd->vd_width; in vt_compute_drawable_area()
730 vw->vw_draw_area.tr_begin.tp_col = (vd->vd_width % vf->vf_width) / 2; in vt_compute_drawable_area()
735 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area()
1346 drawrect(vd, 0, 0, vd->vd_width - 1, in vt_set_border()
1355 if (area->tr_end.tp_col < vd->vd_width) in vt_set_border()
1357 vd->vd_width - 1, area->tr_end.tp_row - 1, 1, c); in vt_set_border()
1361 drawrect(vd, 0, area->tr_end.tp_row, vd->vd_width - 1, in vt_set_border()
1691 left = (vd->vd_width - vt_logo_width) / 2; in vtterm_splash()
1701 left = (vd->vd_width - si->si_width) / 2; in vtterm_splash()
1894 if (vd->vd_width != 0 && vd->vd_height != 0) in vtterm_cnprobe()
2850 vd->vd_mx = vd->vd_width / 2; in vtterm_ioctl()