Lines Matching refs:vf_width
632 size->tp_col /= vf->vf_width; in vt_termsize()
652 rect->tr_end.tp_col /= vf->vf_width; in vt_termrect()
667 size->ws_col /= vf->vf_width; in vt_winsize()
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()
1213 area.tr_begin.tp_col = x / vf->vf_width; in vt_mark_mouse_position_as_dirty()
1216 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty()
1848 x = vd->vd_mx / vf->vf_width; in vt_mouse_terminput_button()
1958 x = MIN(x, (size.tp_col * vf->vf_width) - 1); in vt_mouse_event()
1965 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2026 if (vtbuf_set_mark(&vw->vw_buf, mark, vd->vd_mx / vf->vf_width, in vt_mouse_event()