Home
last modified time | relevance | path

Searched refs:ts_font (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dtem_safe.c1389 da.width = tems.ts_font.width; in tem_safe_pix_display()
1390 da.height = tems.ts_font.height; in tem_safe_pix_display()
1428 ma.s_row = s_row * tems.ts_font.height + tems.ts_p_offset.y; in tem_safe_pix_copy()
1429 ma.e_row = (e_row + 1) * tems.ts_font.height + tems.ts_p_offset.y - 1; in tem_safe_pix_copy()
1430 ma.t_row = t_row * tems.ts_font.height + tems.ts_p_offset.y; in tem_safe_pix_copy()
1442 ma.s_col = s_col * tems.ts_font.width; in tem_safe_pix_copy()
1445 ma.t_col = t_col * tems.ts_font.width; in tem_safe_pix_copy()
1447 ma.s_col = s_col * tems.ts_font.width + tems.ts_p_offset.x; in tem_safe_pix_copy()
1448 ma.e_col = (e_col + 1) * tems.ts_font.width + in tem_safe_pix_copy()
1450 ma.t_col = t_col * tems.ts_font.width + tems.ts_p_offset.x; in tem_safe_pix_copy()
[all …]
H A Dtem.c568 set_font(&tems.ts_font, in tems_setup_terminal()
575 (tems.ts_c_dimension.height * tems.ts_font.height)) / 2; in tems_setup_terminal()
577 (tems.ts_c_dimension.width * tems.ts_font.width)) / 2; in tems_setup_terminal()
580 tems.ts_font.width * tems.ts_font.height; in tems_setup_terminal()
794 ma.s_row = nrows * tems.ts_font.height; in tem_prom_scroll_up()
805 width = tems.ts_font.width; in tem_prom_scroll_up()
837 tem_row = (tem_y + tems.ts_font.height - 1) / in tem_adjust_row()
838 tems.ts_font.height - 1; in tem_adjust_row()
/titanic_50/usr/src/uts/common/sys/
H A Dtem_impl.h215 struct font ts_font; /* font table */ member