Searched refs:gui_mch_get_screen_dimensions (Results 1 – 11 of 11) sorted by relevance
| /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);
|
| /vim-8.2.3635/src/ |
| H A D | gui.c | 1689 gui_mch_get_screen_dimensions(&screen_w, &screen_h); in gui_set_shellsize() 1729 gui_mch_get_screen_dimensions(&screen_w, &screen_h); in gui_set_shellsize()
|
| H A D | gui_photon.c | 1693 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) in gui_mch_get_screen_dimensions() function
|
| H A D | gui_x11.c | 1727 gui_mch_get_screen_dimensions( in gui_mch_get_screen_dimensions() function
|
| H A D | gui_gtk_x11.c | 4130 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) in gui_mch_get_screen_dimensions() function 4234 gui_mch_get_screen_dimensions(&ww, &hh); in gui_mch_open()
|
| H A D | gui_haiku.cc | 3529 gui_mch_get_screen_dimensions( in gui_mch_get_screen_dimensions() function
|
| H A D | gui_w32.c | 6435 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) in gui_mch_get_screen_dimensions() function
|