Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1329 IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent);
Dimgui.cpp5932 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent) in IsWindowChildOf() argument
5934 if (window->RootWindow == potential_parent) in IsWindowChildOf()
5938 if (window == potential_parent) in IsWindowChildOf()