Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_w32.c2317 GetTextWidthEnc(HDC hdc, char_u *str, int len) in GetTextWidthEnc() function
7050 textWidth += GetTextWidthEnc(hdc, pend, l); in gui_mch_dialog()
7109 textWidth = GetTextWidthEnc(hdc, pstart, (int)(pend - pstart)); in gui_mch_dialog()
7134 textWidth = GetTextWidthEnc(hdc, pstart, (int)(pend - pstart)); in gui_mch_dialog()
7705 textWidth = GetTextWidthEnc(hdc, text, (int)STRLEN(text)); in gui_mch_tearoff()
7738 dlgwidth = GetTextWidthEnc(hdc, title, (int)STRLEN(title)); in gui_mch_tearoff()
7841 padding0 = (columnWidths[0] - GetTextWidthEnc(hdc, menu->dname, in gui_mch_tearoff()
7849 textWidth = GetTextWidthEnc(hdc, menu->actext, acLen); in gui_mch_tearoff()