Searched refs:screen_w (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dgui_riscos.pro15 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
H A Dgui_gtk_x11.pro24 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
H A Dgui_photon.pro15 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
H A Dgui_x11.pro15 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
H A Dgui_w16.pro70 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
H A Dgui_w32.pro76 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
H A Dgui_mac.pro32 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
/macosx-10.10.1/vim-55/src/
H A Dgui_beval.c1047 int screen_w; local
1059 screen_w = gdk_screen_get_width(screen);
1062 screen_w = gdk_screen_width();
1083 screen_w / 2,
1084 MAX(20, screen_w - 20)));
1095 if (x + x_offset + requisition.width > screen_w)
1101 x = CLAMP(x + x_offset, 0, MAX(0, screen_w - requisition.width));
H A Dgui_w16.c766 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) argument
769 *screen_w = GetSystemMetrics(SM_CXFULLSCREEN)
H A Dgui.c1384 int screen_w; local
1427 gui_mch_get_screen_dimensions(&screen_w, &screen_h);
1428 if ((direction & RESIZE_HOR) && width > screen_w)
1430 Columns = (screen_w - base_width) / gui.char_width;
1448 if (did_adjust == 2 || (width + gui.char_width >= screen_w
1468 gui_mch_get_screen_dimensions(&screen_w, &screen_h);
1469 if ((width + gui.char_width < screen_w
H A Dgui_x11.c1823 gui_mch_get_screen_dimensions(screen_w, screen_h)
1824 int *screen_w;
1827 *screen_w = DisplayWidth(gui.dpy, DefaultScreen(gui.dpy)) - 10;
H A Dgui_gtk_x11.c3956 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) argument
3966 *screen_w = gdk_screen_get_width(screen);
3969 *screen_w = gdk_screen_width();
3981 *screen_w -= get_menu_tool_width();
H A Dgui_photon.c1691 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) argument
1698 *screen_w = console.lr.x - console.ul.x + 1;
H A Dgui_riscos.c734 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) argument
739 *screen_w = (block[2] + 1) << block[0];
H A Dgui_mac.c3363 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) argument
3368 *screen_w = screenRect.right - 10;
H A Dgui_w32.c2500 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) argument
2506 *screen_w = workarea_rect.right - workarea_rect.left

Completed in 188 milliseconds