Searched refs:gui_mch_draw_string (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui_x11.pro | 32 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
|
| H A D | gui_photon.pro | 42 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
|
| H A D | gui_haiku.pro | 46 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
|
| H A D | gui_w32.pro | 78 void gui_mch_draw_string(int row, int col, char_u *text, int len, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | gui.c | 2587 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 D | gui_photon.c | 2141 gui_mch_draw_string(int row, int col, char_u *s, int len, int flags) in gui_mch_draw_string() function
|
| H A D | gui_x11.c | 2319 gui_mch_draw_string( in gui_mch_draw_string() function
|
| H A D | gui_haiku.cc | 4098 gui_mch_draw_string( in gui_mch_draw_string() function
|
| H A D | gui_w32.c | 6104 gui_mch_draw_string( in gui_mch_draw_string() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 2624 Win32 GUI: Speed up calls to gui_mch_draw_string() and cursor drawing
|
| H A D | version7.txt | 2074 In gui_mch_draw_string() in gui_w32.c "unibuflen" wasn't static, resulting in
|