Home
last modified time | relevance | path

Searched refs:base_height (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.c1494 int base_height; in gui_get_base_height() local
1496 base_height = 2 * gui.border_offset; in gui_get_base_height()
1498 base_height += gui.scrollbar_height; in gui_get_base_height()
1506 base_height += gui.menu_height; in gui_get_base_height()
1513 base_height += gui.toolbar_height; in gui_get_base_height()
1519 base_height += gui.tabline_height; in gui_get_base_height()
1523 base_height += gui.footer_height; in gui_get_base_height()
1529 return base_height; in gui_get_base_height()
1651 int base_height; in gui_set_shellsize() local
1679 base_height = gui_get_base_height(); in gui_set_shellsize()
[all …]
H A Dgui_x11.c1702 int base_height, in gui_mch_set_shellsize() argument
1713 XtNbaseHeight, base_height, in gui_mch_set_shellsize()
H A Dgui_w32.c2949 int base_width, base_height; in gui_mswin_get_valid_dimensions() local
2954 base_height = gui_get_base_height() in gui_mswin_get_valid_dimensions()
2963 *rows = (h - base_height) / gui.char_height; in gui_mswin_get_valid_dimensions()
2965 *valid_h = base_height + *rows * gui.char_height; in gui_mswin_get_valid_dimensions()
5516 int base_height UNUSED, in gui_mch_set_shellsize()
H A Dgui_haiku.cc3490 int base_height, in gui_mch_set_shellsize() argument
3521 base_height // int32 heightOffset = 0 in gui_mch_set_shellsize()
H A Dgui_photon.c1670 int min_width, int min_height, int base_width, int base_height, in gui_mch_set_shellsize() argument
H A Dgui_gtk_x11.c2938 geometry.base_height = height; in update_window_manager_hints()
4482 int base_width UNUSED, int base_height UNUSED, in gui_mch_set_shellsize()
/vim-8.2.3635/src/proto/
H A Dgui_x11.pro14 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
H A Dgui_gtk_x11.pro30 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
H A Dgui_photon.pro14 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
H A Dgui_w32.pro68 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);