Searched refs:screen_h (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_beval.c | 917 int screen_h; in drawBalloon() local 933 &screen_x, &screen_y, &screen_w, &screen_h); in drawBalloon() 972 if (y + y_offset + requisition.height > screen_y + screen_h) in drawBalloon() 979 MAX(0, screen_y + screen_h - requisition.height)); in drawBalloon()
|
| H A D | gui.c | 1657 int screen_h; in gui_set_shellsize() local 1689 gui_mch_get_screen_dimensions(&screen_w, &screen_h); in gui_set_shellsize() 1700 if ((direction & RESIZE_VERT) && height > screen_h) in gui_set_shellsize() 1702 Rows = (screen_h - base_height) / gui.char_height; in gui_set_shellsize() 1711 && height + gui.char_height >= screen_h)) in gui_set_shellsize() 1729 gui_mch_get_screen_dimensions(&screen_w, &screen_h); in gui_set_shellsize() 1731 || height + gui.char_height * 2 < screen_h) in gui_set_shellsize()
|
| H A D | gui_gtk_x11.c | 4108 int *screen_h) in gui_gtk_get_screen_dimensions() argument 4113 &x, &y, screen_w, screen_h); in gui_gtk_get_screen_dimensions() 4117 *screen_h -= p_ghr; in gui_gtk_get_screen_dimensions() 4126 *screen_h -= get_menu_tool_height(); in gui_gtk_get_screen_dimensions() 4130 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) in gui_mch_get_screen_dimensions() argument 4132 gui_gtk_get_screen_dimensions(0, 0, screen_w, screen_h); in gui_mch_get_screen_dimensions()
|
| H A D | gui_photon.c | 1693 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) in gui_mch_get_screen_dimensions() argument 1701 *screen_h = console.lr.y - console.ul.y + 1; in gui_mch_get_screen_dimensions()
|
| H A D | gui_x11.c | 1729 int *screen_h) in gui_mch_get_screen_dimensions() argument 1732 *screen_h = DisplayHeight(gui.dpy, DefaultScreen(gui.dpy)) - p_ghr; in gui_mch_get_screen_dimensions()
|
| H A D | gui_haiku.cc | 3531 int *screen_h) in gui_mch_get_screen_dimensions() argument 3548 *screen_h = (int) frame.bottom - gui.scrollbar_height in gui_mch_get_screen_dimensions()
|
| H A D | gui_w32.c | 6435 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) in gui_mch_get_screen_dimensions() argument 6448 *screen_h = workarea_rect.bottom - workarea_rect.top in gui_mch_get_screen_dimensions()
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_x11.pro | 15 void gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
|
| H A D | gui_gtk_x11.pro | 22 void gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
|
| H A D | gui_photon.pro | 15 void gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
|
| H A D | gui_haiku.pro | 27 void gui_mch_get_screen_dimensions(int* screen_w, int* screen_h);
|
| H A D | gui_w32.pro | 80 void gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
|