Home
last modified time | relevance | path

Searched refs:gui_mch_draw_string (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgui_x11.pro32 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
H A Dgui_photon.pro42 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
H A Dgui_haiku.pro46 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
H A Dgui_w32.pro78 void gui_mch_draw_string(int row, int col, char_u *text, int len, int flags);
/vim-8.2.3635/src/
H A Dgui.c2587 gui_mch_draw_string(gui.row, scol, s + start, thislen, in gui_outstr_nowrap()
2611 gui_mch_draw_string(gui.row, scol - 1, (char_u *)" ", in gui_outstr_nowrap()
2620 gui_mch_draw_string(gui.row, scol, s + i, cl, in gui_outstr_nowrap()
2623 gui_mch_draw_string(gui.row, scol - cn, s + i, cl, in gui_outstr_nowrap()
2635 gui_mch_draw_string(gui.row, col, s, len, draw_flags); in gui_outstr_nowrap()
H A Dgui_photon.c2141 gui_mch_draw_string(int row, int col, char_u *s, int len, int flags) in gui_mch_draw_string() function
H A Dgui_x11.c2319 gui_mch_draw_string( in gui_mch_draw_string() function
H A Dgui_haiku.cc4098 gui_mch_draw_string( in gui_mch_draw_string() function
H A Dgui_w32.c6104 gui_mch_draw_string( in gui_mch_draw_string() function
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt2624 Win32 GUI: Speed up calls to gui_mch_draw_string() and cursor drawing
H A Dversion7.txt2074 In gui_mch_draw_string() in gui_w32.c "unibuflen" wasn't static, resulting in