Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5611 ImVec2 popup_pos, pos = window->DC.CursorPos; in BeginMenu() local
5617popup_pos = ImVec2(pos.x - 1.0f - (float)(int)(style.ItemSpacing.x * 0.5f), pos.y - style.FramePad… in BeginMenu()
5628 popup_pos = ImVec2(pos.x, pos.y - style.WindowPadding.y); in BeginMenu()
5718 SetNextWindowPos(popup_pos, ImGuiCond_Always); in BeginMenu()