Lines Matching refs:vf_width
657 size->tp_col = MIN(size->tp_col / vf->vf_width, in vt_termsize()
679 rect->tr_end.tp_col = MIN(rect->tr_end.tp_col / vf->vf_width, in vt_termrect()
696 size->ws_col = MIN(size->ws_col / vf->vf_width, in vt_winsize()
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()
1306 area.tr_begin.tp_col = x / vf->vf_width; in vt_mark_mouse_position_as_dirty()
1309 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty()
1421 x = col * vf->vf_width + in vt_bitblt_buffer()
1439 pattern, NULL, vf->vf_width, vf->vf_height, in vt_bitblt_buffer()
1450 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_bitblt_buffer()
1452 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in vt_bitblt_buffer()
1740 vfp->vf_width = fi->fi_width; in parse_font_info_static()
1791 vfp->vf_width = fi->fi_width; in parse_font_info()
2290 x = vd->vd_mx / vf->vf_width; in vt_mouse_terminput_button()
2399 x = MIN(x, (size.tp_col * vf->vf_width) - 1); in vt_mouse_event()
2406 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2443 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2471 if (vtbuf_set_mark(&vw->vw_buf, mark, vd->vd_mx / vf->vf_width, in vt_mouse_event()