Home
last modified time | relevance | path

Searched defs:popup_hierarchy (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui.cpp6707 static ImGuiWindow* GetCombinedRootWindow(ImGuiWindow* window, bool popup_hierarchy) in GetCombinedRootWindow()
6715 …ol ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent, bool popup_hierarchy) in IsWindowChildOf()
6757 const bool popup_hierarchy = (flags & ImGuiHoveredFlags_NoPopupHierarchy) == 0; in IsWindowHovered() local
6790 const bool popup_hierarchy = (flags & ImGuiFocusedFlags_NoPopupHierarchy) == 0; in IsWindowFocused() local