Lines Matching refs:vd_width
290 main_vd->vd_width, main_vd->vd_height); in vt_update_static()
651 size->tp_col = vd->vd_width; in vt_termsize()
669 rect->tr_end.tp_col = vd->vd_width; in vt_termrect()
690 size->ws_col = size->ws_xpixel = vd->vd_width; in vt_winsize()
713 vw->vw_draw_area.tr_end.tp_col = vd->vd_width; in vt_compute_drawable_area()
728 vw->vw_draw_area.tr_begin.tp_col = (vd->vd_width % vf->vf_width) / 2; in vt_compute_drawable_area()
733 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area()
1331 drawrect(vd, 0, 0, vd->vd_width - 1, in vt_set_border()
1340 if (area->tr_end.tp_col < vd->vd_width) in vt_set_border()
1342 vd->vd_width - 1, area->tr_end.tp_row - 1, 1, c); in vt_set_border()
1346 drawrect(vd, 0, area->tr_end.tp_row, vd->vd_width - 1, in vt_set_border()
1674 left = (vd->vd_width - vt_logo_width) / 2; in vtterm_splash()
1685 left = (vd->vd_width - si->si_width) / 2; in vtterm_splash()
1886 if (vd->vd_width != 0 && vd->vd_height != 0) in vtterm_cnprobe()
2839 vd->vd_mx = vd->vd_width / 2; in vtterm_ioctl()