Lines Matching refs:vd_width
283 main_vd->vd_width, main_vd->vd_height); in vt_update_static()
629 size->tp_col = vd->vd_width; in vt_termsize()
645 rect->tr_end.tp_col = vd->vd_width; in vt_termrect()
664 size->ws_col = size->ws_xpixel = vd->vd_width; in vt_winsize()
685 vw->vw_draw_area.tr_end.tp_col = vd->vd_width; in vt_compute_drawable_area()
700 vw->vw_draw_area.tr_begin.tp_col = (vd->vd_width % vf->vf_width) / 2; in vt_compute_drawable_area()
705 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area()
1253 drawrect(vd, 0, 0, vd->vd_width - 1, in vt_set_border()
1262 if (area->tr_end.tp_col < vd->vd_width) in vt_set_border()
1264 vd->vd_width - 1, area->tr_end.tp_row - 1, 1, c); in vt_set_border()
1268 drawrect(vd, 0, area->tr_end.tp_row, vd->vd_width - 1, in vt_set_border()
1422 left = (vd->vd_width - vt_logo_width) / 2; in vtterm_splash()
1494 if (vd->vd_width != 0 && vd->vd_height != 0) in vtterm_cnprobe()
2386 vd->vd_mx = vd->vd_width / 2; in vtterm_ioctl()