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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5608 // The reference position stored in popup_pos will be used by Begin() to find a suitable position for the child menu,
5611 ImVec2 popup_pos, pos = window->DC.CursorPos; local in function:ImGui::BeginMenu
5617 popup_pos = ImVec2(pos.x - 1.0f - (float)(int)(style.ItemSpacing.x * 0.5f), pos.y - style.FramePadding.y + window->MenuBarHeight());
5628 popup_pos = ImVec2(pos.x, pos.y - style.WindowPadding.y);
5718 SetNextWindowPos(popup_pos, ImGuiCond_Always);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5608 // The reference position stored in popup_pos will be used by Begin() to find a suitable position for the child menu,
5611 ImVec2 popup_pos, pos = window->DC.CursorPos; local in function:ImGui::BeginMenu
5617 popup_pos = ImVec2(pos.x - 1.0f - (float)(int)(style.ItemSpacing.x * 0.5f), pos.y - style.FramePadding.y + window->MenuBarHeight());
5628 popup_pos = ImVec2(pos.x, pos.y - style.WindowPadding.y);
5718 SetNextWindowPos(popup_pos, ImGuiCond_Always);

Completed in 27 milliseconds