Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h74 struct ImGuiPopupRef; // Storage for current popup stack
614 struct ImGuiPopupRef struct
813 … ImVector<ImGuiPopupRef> OpenPopupStack; // Which popups are open (persistent)
814 …ImVector<ImGuiPopupRef> BeginPopupStack; // Which level of BeginPopup() we are …
Dimgui.cpp4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin()
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin()
6761ImGuiPopupRef popup_ref; // Tagged as new ref as Window will be set back to NULL if we write this … in OpenPopupEx()
6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep]; in ClosePopupsOverWindow()