Lines Matching refs:height

881 			    0x1b, tems.ts_c_dimension.height,  in tem_safe_window()
1021 row < tems.ts_c_dimension.height; in tem_safe_chkparam()
1049 row < tems.ts_c_dimension.height; in tem_safe_chkparam()
1096 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
1106 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
1121 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
1130 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
1347 if (row >= tems.ts_c_dimension.height) { in tem_safe_lf()
1350 tems.ts_c_dimension.height - 1, in tem_safe_lf()
1353 row = tems.ts_c_dimension.height - in tem_safe_lf()
1542 if (tem->tvs_nscroll > tems.ts_c_dimension.height) in tem_safe_parse()
1543 tem->tvs_nscroll = tems.ts_c_dimension.height; in tem_safe_parse()
1694 s_row >= tems.ts_c_dimension.height || in tem_safe_copy_area()
1695 e_row >= tems.ts_c_dimension.height || in tem_safe_copy_area()
1696 t_row >= tems.ts_c_dimension.height) in tem_safe_copy_area()
1704 if (t_row + rows > tems.ts_c_dimension.height || in tem_safe_copy_area()
1763 if (row < 0 || row >= tems.ts_c_dimension.height || in tem_safe_clear_chars()
1827 int height, int width, screen_pos_t row, screen_pos_t col,
1837 da.height = (screen_size_t)height;
1912 da.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_display()
1913 da.row = (row * da.height) + tems.ts_p_offset.y; in tem_safe_pix_display()
2067 int nrows, ncols, width, height, offset; in tem_safe_pix_clear_prom_output() local
2073 height = tems.ts_font.vf_height; in tem_safe_pix_clear_prom_output()
2074 offset = tems.ts_p_offset.y % height; in tem_safe_pix_clear_prom_output()
2076 nrows = tems.ts_p_offset.y / height; in tem_safe_pix_clear_prom_output()
2097 int nrows, ncols, width, height; in tem_safe_pix_clear_entire_screen() local
2113 height = tems.ts_font.vf_height; in tem_safe_pix_clear_entire_screen()
2115 nrows = (tems.ts_p_dimension.height + (height - 1))/ height; in tem_safe_pix_clear_entire_screen()
2143 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_cls()
2155 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_cls()
2276 if (row >= tems.ts_c_dimension.height) in tem_safe_mv_cursor()
2277 row = tems.ts_c_dimension.height - 1; in tem_safe_mv_cursor()
2451 ca.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_cursor()
2677 row_add = tems.ts_c_dimension.height - 1; in tem_safe_pix_cls_range()
2680 da.height = (screen_size_t)tems.ts_font.vf_height; in tem_safe_pix_cls_range()
2691 da.row = (row + row_add) * da.height + offset_y; in tem_safe_pix_cls_range()
2710 if (row < 0 || row >= tems.ts_c_dimension.height || in tem_safe_virtual_display()
2779 int rows = tems.ts_c_dimension.height; in tem_safe_virtual_copy()
2839 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_blank_screen()
2869 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_unblank_screen()