Searched refs:screen_x (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_beval.c | 918 int screen_x; in drawBalloon() local 933 &screen_x, &screen_y, &screen_w, &screen_h); 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_xim.c | 207 int screen_x, screen_y, screen_width, screen_height; in im_preedit_window_set_position() local 213 &screen_x, &screen_y, &screen_width, &screen_height); in im_preedit_window_set_position() 218 if (x + width > screen_x + screen_width) in im_preedit_window_set_position() 219 x = screen_x + screen_width - width; in im_preedit_window_set_position()
|
| H A D | gui_gtk_x11.c | 4058 int *screen_x, in gui_gtk_get_screen_geom_of_win() argument 4092 *screen_x = geometry.x; in gui_gtk_get_screen_geom_of_win()
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_gtk_x11.pro | 21 void gui_gtk_get_screen_geom_of_win(GtkWidget *wid, int point_x, int point_y, int *screen_x, int *s…
|