Searched refs:GetTextWidth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_w16.c1200 minButtonWidth = GetTextWidth(hdc, "Cancel", 6);
1219 textWidth = GetTextWidth(hdc, pstart, pend - pstart);
1247 textWidth = GetTextWidth(hdc, pstart, pend - pstart);
1272 textWidth = GetTextWidth(hdc, pstart, pend - pstart);
H A Dgui_w32.c3123 minButtonWidth = GetTextWidth(hdc, "Cancel", 6);
3178 textWidth += GetTextWidth(hdc, pend, l);
3244 textWidth = GetTextWidth(hdc, pstart, (int)(pend - pstart));
3269 textWidth = GetTextWidth(hdc, pstart, (int)(pend - pstart));
3806 spaceWidth = GetTextWidth(hdc, " ", 1);
3849 submenuWidth = GetTextWidth(hdc, TEAROFF_SUBMENU_LABEL,
H A Dgui_w48.c2171 GetTextWidth(HDC hdc, char_u *str, int len) function
2206 return GetTextWidth(hdc, str, len);
2209 # define GetTextWidthEnc(h, s, l) GetTextWidth((h), (s), (l))

Completed in 113 milliseconds