Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp3260 g.IO.MouseDownOwned[i] = (g.HoveredWindow != NULL) || (!g.OpenPopupStack.empty()); in UpdateHoveredWindowAndCaptureFlags()
3278 …ouse_avail_to_imgui && (g.HoveredWindow != NULL || mouse_any_down)) || (!g.OpenPopupStack.empty()); in UpdateHoveredWindowAndCaptureFlags()
3537 g.OpenPopupStack.clear(); in Shutdown()
4084 return g.OpenPopupStack[g.BeginPopupStack.Size-1].OpenMousePos; in GetMousePosOnOpeningCurrentPopup()
4786 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin()
4800 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin()
6597 …return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].… in IsPopupOpen()
6603 …return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].… in IsPopupOpen()
6609 for (int n = g.OpenPopupStack.Size-1; n >= 0; n--) in GetFrontMostPopupModal()
6610 if (ImGuiWindow* popup = g.OpenPopupStack.Data[n].Window) in GetFrontMostPopupModal()
[all …]
Dimgui_widgets.cpp5578 …ndow->Flags & ImGuiWindowFlags_Popup) && (g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.Open… in BeginMenu()
5619 …if (g.HoveredWindow == window && g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStac… in BeginMenu()
5621 if (ImGuiWindow* next_window = g.OpenPopupStack[g.BeginPopupStack.Size].Window) in BeginMenu()
5676 if (!menu_is_open && want_open && g.OpenPopupStack.Size > g.BeginPopupStack.Size) in BeginMenu()
Dimgui_internal.h785 … ImVector<ImGuiPopupRef> OpenPopupStack; // Which popups are open (persistent) member
/third_party/mesa3d/src/imgui/
Dimgui.cpp3325 g.IO.MouseDownOwned[i] = (g.HoveredWindow != NULL) || (!g.OpenPopupStack.empty()); in UpdateHoveredWindowAndCaptureFlags()
3343 …ouse_avail_to_imgui && (g.HoveredWindow != NULL || mouse_any_down)) || (!g.OpenPopupStack.empty()); in UpdateHoveredWindowAndCaptureFlags()
3601 g.OpenPopupStack.clear(); in Shutdown()
4148 return g.OpenPopupStack[g.BeginPopupStack.Size-1].OpenMousePos; in GetMousePosOnOpeningCurrentPopup()
4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin()
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin()
6727 …return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].… in IsPopupOpen()
6733 …return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].… in IsPopupOpen()
6739 for (int n = g.OpenPopupStack.Size-1; n >= 0; n--) in GetFrontMostPopupModal()
6740 if (ImGuiWindow* popup = g.OpenPopupStack.Data[n].Window) in GetFrontMostPopupModal()
[all …]
Dimgui_widgets.cpp5603 …ndow->Flags & ImGuiWindowFlags_Popup) && (g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.Open… in BeginMenu()
5646 …if (g.HoveredWindow == window && g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStac… in BeginMenu()
5648 if (ImGuiWindow* next_window = g.OpenPopupStack[g.BeginPopupStack.Size].Window) in BeginMenu()
5704 if (!menu_is_open && want_open && g.OpenPopupStack.Size > g.BeginPopupStack.Size) in BeginMenu()
Dimgui_internal.h813 … ImVector<ImGuiPopupRef> OpenPopupStack; // Which popups are open (persistent) member
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp3890 const bool has_open_popup = (g.OpenPopupStack.Size > 0); in UpdateHoveredWindowAndCaptureFlags()
4239 g.OpenPopupStack.clear(); in Shutdown()
4802 return g.OpenPopupStack[g.BeginPopupStack.Size - 1].OpenMousePos; in GetMousePosOnOpeningCurrentPopup()
5797 ImGuiPopupData& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin()
5840 ImGuiPopupData& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size]; in Begin()
8264 return g.OpenPopupStack.Size > 0; in IsPopupOpen()
8266 return g.OpenPopupStack.Size > g.BeginPopupStack.Size; in IsPopupOpen()
8273 for (int n = 0; n < g.OpenPopupStack.Size; n++) in IsPopupOpen()
8274 if (g.OpenPopupStack[n].PopupId == id) in IsPopupOpen()
8281 …return g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].… in IsPopupOpen()
[all …]
Dimgui_widgets.cpp6846 …ndow->Flags & ImGuiWindowFlags_Popup) && (g.OpenPopupStack.Size > g.BeginPopupStack.Size && g.Open… in BeginMenuEx()
6905 …ginPopupStack.Size < g.OpenPopupStack.Size && g.OpenPopupStack[g.BeginPopupStack.Size].SourceWindo… in BeginMenuEx()
6961 if (!menu_is_open && want_open && g.OpenPopupStack.Size > g.BeginPopupStack.Size) in BeginMenuEx()
Dimgui_internal.h1541 … ImVector<ImGuiPopupData>OpenPopupStack; // Which popups are open (persistent) member