Searched refs:base_height (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui.c | 1494 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 D | gui_x11.c | 1702 int base_height, in gui_mch_set_shellsize() argument 1713 XtNbaseHeight, base_height, in gui_mch_set_shellsize()
|
| H A D | gui_w32.c | 2949 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 D | gui_haiku.cc | 3490 int base_height, in gui_mch_set_shellsize() argument 3521 base_height // int32 heightOffset = 0 in gui_mch_set_shellsize()
|
| H A D | gui_photon.c | 1670 int min_width, int min_height, int base_width, int base_height, in gui_mch_set_shellsize() argument
|
| H A D | gui_gtk_x11.c | 2938 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 D | gui_x11.pro | 14 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
|
| H A D | gui_gtk_x11.pro | 30 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
|
| H A D | gui_photon.pro | 14 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
|
| H A D | gui_w32.pro | 68 … width, int height, int min_width, int min_height, int base_width, int base_height, int direction);
|