Lines Matching refs:vf_width
482 tems.ts_font.vf_width = font_data->font->vf_width; in tems_setup_font()
540 (tems.ts_c_dimension.width * tems.ts_font.vf_width)) / 2; in tems_setup_terminal()
542 tems.ts_font.vf_width * tems.ts_font.vf_height; in tems_setup_terminal()
558 snprintf(env, sizeof (env), "%dx%d", tems.ts_font.vf_width, in tems_setup_terminal()
789 width = tems.ts_font.vf_width; in tem_prom_scroll_up()
2395 da.width = tems.ts_font.vf_width; in tem_pix_display()
2444 ma.s_col = s_col * tems.ts_font.vf_width; in tem_pix_copy()
2447 ma.t_col = t_col * tems.ts_font.vf_width; in tem_pix_copy()
2449 ma.s_col = s_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_pix_copy()
2450 ma.e_col = (e_col + 1) * tems.ts_font.vf_width + in tem_pix_copy()
2452 ma.t_col = t_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_pix_copy()
2516 width = tems.ts_font.vf_width; in tem_pix_clear_prom_output()
2796 ca.col = tem->tvs_c_cursor.col * tems.ts_font.vf_width + in tem_pix_cursor()
2798 ca.width = tems.ts_font.vf_width; in tem_pix_cursor()
2823 tems.ts_font.vf_width; in tem_pix_cursor()
2967 da.width = tems.ts_font.vf_width; in tem_pix_cls_range()