Searched refs:extra_w (Results 1 – 1 of 1) sorted by relevance
5630 float extra_w = ImMax(0.0f, GetContentRegionAvail().x - w); in BeginMenu() local5633 …RenderArrow(pos + ImVec2(window->MenuColumns.Pos[2] + extra_w + g.FontSize * 0.30f, 0.0f), ImGuiDi… in BeginMenu()5772 float extra_w = ImMax(0.0f, GetContentRegionAvail().x - w); in MenuItem() local5777 … RenderText(pos + ImVec2(window->MenuColumns.Pos[1] + extra_w, 0.0f), shortcut, NULL, false); in MenuItem()5781 …RenderCheckMark(pos + ImVec2(window->MenuColumns.Pos[2] + extra_w + g.FontSize * 0.40f, g.FontSize… in MenuItem()