Searched refs:ts_p_dimension (Results 1 – 3 of 3) sorted by relevance
514 if (tems.ts_p_dimension.width != tp->width || in tems_check_videomode()515 tems.ts_p_dimension.height != tp->height) in tems_check_videomode()536 tems.ts_p_dimension.width = 0; in tems_setup_terminal()537 tems.ts_p_dimension.height = 0; in tems_setup_terminal()556 tems.ts_p_dimension.height = tp->height; in tems_setup_terminal()557 tems.ts_p_dimension.width = tp->width; in tems_setup_terminal()571 tems.ts_p_dimension.height, in tems_setup_terminal()572 tems.ts_p_dimension.width); in tems_setup_terminal()574 tems.ts_p_offset.y = (tems.ts_p_dimension.height - in tems_setup_terminal()576 tems.ts_p_offset.x = (tems.ts_p_dimension.width - in tems_setup_terminal()[all …]
1443 ma.e_col = tems.ts_p_dimension.width - 1; in tem_safe_pix_copy()1540 ncols = (tems.ts_p_dimension.width + (width - 1))/ width; in tem_safe_pix_clear_prom_output()1562 nrows = (tems.ts_p_dimension.height + (height - 1))/ height; in tem_safe_pix_clear_entire_screen()1563 ncols = (tems.ts_p_dimension.width + (width - 1))/ width; in tem_safe_pix_clear_entire_screen()
210 struct tem_size ts_p_dimension; /* screen dimensions in pixels */ member