Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c7631 int col, spaceWidth, len; in gui_mch_tearoff() local
7691 spaceWidth = GetTextWidth(hdc, (char_u *)" ", 1); in gui_mch_tearoff()
7710 submenuWidth = TEAROFF_COLUMN_PADDING * spaceWidth; in gui_mch_tearoff()
7719 columnWidths[0] += spaceWidth; in gui_mch_tearoff()
7724 columnWidths[0] += TEAROFF_COLUMN_PADDING * spaceWidth; in gui_mch_tearoff()
7842 (int)STRLEN(menu->dname))) / spaceWidth; in gui_mch_tearoff()
7853 padding1 = (columnWidths[1] - textWidth) / spaceWidth; in gui_mch_tearoff()
7858 padding2 = submenuWidth / spaceWidth; in gui_mch_tearoff()