Lines Matching refs:vf_width
1911 da.width = (screen_size_t)tems.ts_font.vf_width; in tem_safe_pix_display()
1968 ma.s_col = s_col * tems.ts_font.vf_width; in tem_safe_pix_copy()
1971 ma.t_col = t_col * tems.ts_font.vf_width; in tem_safe_pix_copy()
1973 ma.s_col = s_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_safe_pix_copy()
1974 ma.e_col = (e_col + 1) * tems.ts_font.vf_width + in tem_safe_pix_copy()
1976 ma.t_col = t_col * tems.ts_font.vf_width + tems.ts_p_offset.x; in tem_safe_pix_copy()
2072 width = tems.ts_font.vf_width; in tem_safe_pix_clear_prom_output()
2112 width = tems.ts_font.vf_width; in tem_safe_pix_clear_entire_screen()
2448 ca.col = tem->tvs_c_cursor.col * tems.ts_font.vf_width + in tem_safe_pix_cursor()
2450 ca.width = (screen_size_t)tems.ts_font.vf_width; in tem_safe_pix_cursor()
2475 tems.ts_font.vf_width; in tem_safe_pix_cursor()
2679 da.width = (screen_size_t)tems.ts_font.vf_width; in tem_safe_pix_cls_range()