Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5630 float extra_w = ImMax(0.0f, GetContentRegionAvail().x - w); in BeginMenu() local
5633 …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() local
5777 … 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()