Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_beval.c916 int screen_w; in drawBalloon() local
933 &screen_x, &screen_y, &screen_w, &screen_h); in drawBalloon()
954 screen_w / 2, in drawBalloon()
955 MAX(20, screen_w - 20))); in drawBalloon()
970 if (x + x_offset + requisition.width > screen_x + screen_w) in drawBalloon()
977 MAX(0, screen_x + screen_w - requisition.width)); in drawBalloon()
H A Dgui.c1656 int screen_w; in gui_set_shellsize() local
1689 gui_mch_get_screen_dimensions(&screen_w, &screen_h); in gui_set_shellsize()
1690 if ((direction & RESIZE_HOR) && width > screen_w) in gui_set_shellsize()
1692 Columns = (screen_w - base_width) / gui.char_width; in gui_set_shellsize()
1710 if (did_adjust == 2 || (width + gui.char_width >= screen_w in gui_set_shellsize()
1729 gui_mch_get_screen_dimensions(&screen_w, &screen_h); in gui_set_shellsize()
1730 if ((width + gui.char_width < screen_w in gui_set_shellsize()
H A Dgui_gtk_x11.c4107 int *screen_w, in gui_gtk_get_screen_dimensions() argument
4113 &x, &y, screen_w, screen_h); in gui_gtk_get_screen_dimensions()
4125 *screen_w -= get_menu_tool_width(); 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
1700 *screen_w = console.lr.x - console.ul.x + 1; in gui_mch_get_screen_dimensions()
H A Dgui_x11.c1728 int *screen_w, in gui_mch_get_screen_dimensions() argument
1731 *screen_w = DisplayWidth(gui.dpy, DefaultScreen(gui.dpy)) - 10; in gui_mch_get_screen_dimensions()
H A Dgui_haiku.cc3530 int *screen_w, in gui_mch_get_screen_dimensions() argument
3547 *screen_w = (int) frame.right - 2 * gui.scrollbar_width - 20; 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
6441 *screen_w = workarea_rect.right - workarea_rect.left 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);