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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; local in function:ImGui::Begin
4911 window_just_activated_by_user |= (window->PopupId != popup_ref.PopupId); // We recycle popups so treat window as activated if popup id changed
4912 window_just_activated_by_user |= (window != popup_ref.Window);
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; local in function:ImGui::Begin
4925 popup_ref.Window = window;
4926 g.BeginPopupStack.push_back(popup_ref);
4927 window->PopupId = popup_ref.PopupId;
6761 ImGuiPopupRef popup_ref; // Tagged as new ref as Window will be set back to NULL if we write this into OpenPopupStack. local in function:ImGui::OpenPopupEx
6762 popup_ref.PopupId = id;
6763 popup_ref
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; local in function:ImGui::Begin
4911 window_just_activated_by_user |= (window->PopupId != popup_ref.PopupId); // We recycle popups so treat window as activated if popup id changed
4912 window_just_activated_by_user |= (window != popup_ref.Window);
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; local in function:ImGui::Begin
4925 popup_ref.Window = window;
4926 g.BeginPopupStack.push_back(popup_ref);
4927 window->PopupId = popup_ref.PopupId;
6761 ImGuiPopupRef popup_ref; // Tagged as new ref as Window will be set back to NULL if we write this into OpenPopupStack. local in function:ImGui::OpenPopupEx
6762 popup_ref.PopupId = id;
6763 popup_ref
[all...]

Completed in 28 milliseconds