Searched refs:ts_p_dimension (Results 1 – 5 of 5) sorted by relevance
529 if (tems.ts_p_dimension.width != tp->width || in tems_check_videomode()530 tems.ts_p_dimension.height != tp->height) in tems_check_videomode()585 tems.ts_p_dimension.width = 0; in tems_setup_terminal()586 tems.ts_p_dimension.height = 0; in tems_setup_terminal()607 tems.ts_p_dimension.height = tp->height; in tems_setup_terminal()608 tems.ts_p_dimension.width = tp->width; in tems_setup_terminal()613 tems.ts_p_offset.y = (tems.ts_p_dimension.height - in tems_setup_terminal()615 tems.ts_p_offset.x = (tems.ts_p_dimension.width - in tems_setup_terminal()811 *x = (ushort_t)tems.ts_p_dimension.width; in tem_get_size()812 *y = (ushort_t)tems.ts_p_dimension.height; in tem_get_size()[all …]
1969 ma.e_col = tems.ts_p_dimension.width - 1; in tem_safe_pix_copy()2077 ncols = (tems.ts_p_dimension.width + (width - 1))/ width; in tem_safe_pix_clear_prom_output()2115 nrows = (tems.ts_p_dimension.height + (height - 1))/ height; in tem_safe_pix_clear_entire_screen()2116 ncols = (tems.ts_p_dimension.width + (width - 1))/ width; in tem_safe_pix_clear_entire_screen()
432 if (tems.ts_p_dimension.width != tp->width || in tems_check_videomode()433 tems.ts_p_dimension.height != tp->height) in tems_check_videomode()445 if (tems.ts_p_dimension.width == 0 && in env_screen_nounset()446 tems.ts_p_dimension.height == 0) in env_screen_nounset()499 tems.ts_p_dimension.width = 0; in tems_setup_terminal()500 tems.ts_p_dimension.height = 0; in tems_setup_terminal()524 tems.ts_p_dimension.height = tp->height; in tems_setup_terminal()525 tems.ts_p_dimension.width = tp->width; in tems_setup_terminal()530 snprintf(env, sizeof (env), "%d", tems.ts_p_dimension.height); in tems_setup_terminal()533 snprintf(env, sizeof (env), "%d", tems.ts_p_dimension.width); in tems_setup_terminal()[all …]
247 struct tem_size ts_p_dimension; /* screen dimensions in pixels */ member
272 struct tem_size ts_p_dimension; /* screen dimensions in pixels */ member