Lines Matching refs:height

655 			    row < tems.ts_c_dimension.height;  in tem_safe_chkparam()
683 row < tems.ts_c_dimension.height; in tem_safe_chkparam()
730 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
740 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
755 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
764 tems.ts_c_dimension.height - 1, in tem_safe_chkparam()
892 if (row >= tems.ts_c_dimension.height) { in tem_safe_lf()
895 tems.ts_c_dimension.height - 1, in tem_safe_lf()
898 row = tems.ts_c_dimension.height - in tem_safe_lf()
1093 if (tem->tvs_nscroll > tems.ts_c_dimension.height) in tem_safe_parse()
1094 tem->tvs_nscroll = tems.ts_c_dimension.height; in tem_safe_parse()
1219 s_row >= tems.ts_c_dimension.height || in tem_safe_copy_area()
1220 e_row >= tems.ts_c_dimension.height || in tem_safe_copy_area()
1221 t_row >= tems.ts_c_dimension.height) in tem_safe_copy_area()
1229 if (t_row + rows > tems.ts_c_dimension.height || in tem_safe_copy_area()
1252 if (row < 0 || row >= tems.ts_c_dimension.height || in tem_safe_clear_chars()
1309 int height, int width, screen_pos_t row, screen_pos_t col, in tem_safe_image_display() argument
1319 da.height = (screen_size_t)height; in tem_safe_image_display()
1390 da.height = tems.ts_font.height; in tem_safe_pix_display()
1391 da.row = (row * da.height) + tems.ts_p_offset.y; 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()
1531 int nrows, ncols, width, height; in tem_safe_pix_clear_prom_output() local
1537 height = tems.ts_font.height; in tem_safe_pix_clear_prom_output()
1539 nrows = (tems.ts_p_offset.y + (height - 1))/ height; in tem_safe_pix_clear_prom_output()
1554 int nrows, ncols, width, height; in tem_safe_pix_clear_entire_screen() local
1560 height = tems.ts_font.height; in tem_safe_pix_clear_entire_screen()
1562 nrows = (tems.ts_p_dimension.height + (height - 1))/ height; in tem_safe_pix_clear_entire_screen()
1590 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_cls()
1602 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_cls()
1725 if (row >= tems.ts_c_dimension.height) in tem_safe_mv_cursor()
1726 row = tems.ts_c_dimension.height - 1; in tem_safe_mv_cursor()
1888 ca.row = tem->tvs_c_cursor.row * tems.ts_font.height + in tem_safe_pix_cursor()
1893 ca.height = tems.ts_font.height; in tem_safe_pix_cursor()
1929 set_font(struct font *f, short *rows, short *cols, short height, short width) in set_font() argument
1945 if ((((*rows * fl->data->height) + BORDER_PIXELS) <= height) && in set_font()
1956 if (((*rows * DEFAULT_FONT_DATA.height) > height) || in set_font()
1958 *rows = (height - 2) / DEFAULT_FONT_DATA.height; in set_font()
1965 f->height = font_selected->height; in set_font()
2003 for (row = 0; row < tems.ts_font.height; row++) { in bit_to_pix4()
2059 for (row = 0; row < tems.ts_font.height; row++) { in bit_to_pix8()
2123 for (row = 0; row < tems.ts_font.height; row++) { in bit_to_pix24()
2203 row_add = tems.ts_c_dimension.height - 1; in tem_safe_pix_cls_range()
2206 da.height = tems.ts_font.height; in tem_safe_pix_cls_range()
2214 da.row = (row + row_add) * da.height + offset_y; in tem_safe_pix_cls_range()
2236 if (row < 0 || row >= tems.ts_c_dimension.height || in tem_safe_virtual_display()
2309 int rows = tems.ts_c_dimension.height; in tem_safe_virtual_copy()
2370 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_blank_screen()
2407 for (row = 0; row < tems.ts_c_dimension.height; row++) { in tem_safe_unblank_screen()