Searched refs:screen_w (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_beval.c | 916 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 D | gui.c | 1656 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 D | gui_gtk_x11.c | 4107 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 D | gui_photon.c | 1693 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 D | gui_x11.c | 1728 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 D | gui_haiku.cc | 3530 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 D | gui_w32.c | 6435 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 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);
|