Searched refs:spaceWidth (Results 1 – 1 of 1) sorted by relevance
7631 int col, spaceWidth, len; in gui_mch_tearoff() local7691 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()