Searched refs:gui_mch_get_screen_dimensions (Results 1 - 15 of 15) 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_riscos.c712 gui_mch_get_screen_dimensions(&s_width, &s_height);
734 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) function
1779 gui_mch_get_screen_dimensions(&block[8], &block[9]);
1841 gui_mch_get_screen_dimensions(&block[8], &block[9]);
H A Dgui_w16.c766 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) function
H A Dgui.c1427 gui_mch_get_screen_dimensions(&screen_w, &screen_h);
1468 gui_mch_get_screen_dimensions(&screen_w, &screen_h);
H A Dgui_gtk_x11.c3678 gui_mch_get_screen_dimensions(&ww, &hh);
3956 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) function
H A Dgui_photon.c1691 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) function
H A Dgui_x11.c1823 gui_mch_get_screen_dimensions(screen_w, screen_h) function
H A Dgui_mac.c3363 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) function
H A Dgui_w32.c2500 gui_mch_get_screen_dimensions(int *screen_w, int *screen_h) function

Completed in 284 milliseconds