Lines Matching refs:char_height
415 gui.char_height = 1; in gui_init_check()
1335 cur_height = gui.char_height; in gui_update_cursor()
1340 cur_height = (gui.char_height * shape->percentage + 99) / 100; in gui_update_cursor()
1445 text_area_height = gui.num_rows * gui.char_height + gui.border_offset * 2; in gui_position_components()
1568 gui.num_rows = (pixel_height - gui_get_base_height()) / gui.char_height; in gui_resize_shell()
1685 height = Rows * gui.char_height + base_height; in gui_set_shellsize()
1702 Rows = (screen_h - base_height) / gui.char_height; in gui_set_shellsize()
1704 height = Rows * gui.char_height + base_height; in gui_set_shellsize()
1711 && height + gui.char_height >= screen_h)) in gui_set_shellsize()
1721 min_height = base_height + MIN_LINES * gui.char_height; in gui_set_shellsize()
1722 min_height += tabline_height() * gui.char_height; in gui_set_shellsize()
1731 || height + gui.char_height * 2 < screen_h) in gui_set_shellsize()
4308 h = (sb->height + sb->status_height) * gui.char_height; in gui_update_scrollbars()
4309 y = sb->top * gui.char_height + gui.border_offset; in gui_update_scrollbars()
4362 y = (val * (sb->height + 2) * gui.char_height + max / 2) / max; in gui_update_scrollbars()
5004 (W_WINROW(curwin) + curwin->w_wrow) * gui.char_height in gui_mouse_correct()
5005 + (gui.char_height) / 2); in gui_mouse_correct()