Home
last modified time | relevance | path

Searched refs:screen_h (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_beval.c917 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 Dgui.c1657 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 Dgui_gtk_x11.c4108 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 Dgui_photon.c1693 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 Dgui_x11.c1729 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 Dgui_haiku.cc3531 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 Dgui_w32.c6435 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 Dgui_x11.pro15 void gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
H A Dgui_gtk_x11.pro22 void gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
H A Dgui_photon.pro15 void gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
H A Dgui_haiku.pro27 void gui_mch_get_screen_dimensions(int* screen_w, int* screen_h);
H A Dgui_w32.pro80 void gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);