Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin() local
4911 …window_just_activated_by_user |= (window->PopupId != popup_ref.PopupId); // We recycle popups so t… in Begin()
4912 window_just_activated_by_user |= (window != popup_ref.Window); in Begin()
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin() local
4925 popup_ref.Window = window; in Begin()
4926 g.BeginPopupStack.push_back(popup_ref); in Begin()
4927 window->PopupId = popup_ref.PopupId; in Begin()
6761 …ImGuiPopupRef popup_ref; // Tagged as new ref as Window will be set back to NULL if we write this … in OpenPopupEx() local
6762 popup_ref.PopupId = id; in OpenPopupEx()
6763 popup_ref.Window = NULL; in OpenPopupEx()
[all …]