Lines Matching refs:vf_width
655 size->tp_col = MIN(size->tp_col / vf->vf_width, in vt_termsize()
677 rect->tr_end.tp_col = MIN(rect->tr_end.tp_col / vf->vf_width, in vt_termrect()
694 size->ws_col = MIN(size->ws_col / vf->vf_width, in vt_winsize()
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()
1291 area.tr_begin.tp_col = x / vf->vf_width; in vt_mark_mouse_position_as_dirty()
1294 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty()
1406 x = col * vf->vf_width + in vt_bitblt_buffer()
1424 pattern, NULL, vf->vf_width, vf->vf_height, in vt_bitblt_buffer()
1435 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_bitblt_buffer()
1437 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in vt_bitblt_buffer()
1724 vfp->vf_width = fi->fi_width; in parse_font_info_static()
1775 vfp->vf_width = fi->fi_width; in parse_font_info()
2279 x = vd->vd_mx / vf->vf_width; in vt_mouse_terminput_button()
2388 x = MIN(x, (size.tp_col * vf->vf_width) - 1); in vt_mouse_event()
2395 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2432 vd->vd_mx / vf->vf_width, in vt_mouse_event()
2460 if (vtbuf_set_mark(&vw->vw_buf, mark, vd->vd_mx / vf->vf_width, in vt_mouse_event()