Searched refs:IsWindowActiveAndVisible (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3194 static bool IsWindowActiveAndVisible(ImGuiWindow* window) function in typeref:typename:bool
3695 if (IsWindowActiveAndVisible(child)) // clipped children may have been marked not active
3869 if (IsWindowActiveAndVisible(window) && (window->Flags & ImGuiWindowFlags_ChildWindow) == 0 && window != windows_to_render_front_most[0] && window != windows_to_render_front_most[1])
3873 if (windows_to_render_front_most[n] && IsWindowActiveAndVisible(windows_to_render_front_most[n])) // NavWindowingTarget is always temporarily displayed as the front-most window
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3194 static bool IsWindowActiveAndVisible(ImGuiWindow* window) function in typeref:typename:bool
3695 if (IsWindowActiveAndVisible(child)) // clipped children may have been marked not active
3869 if (IsWindowActiveAndVisible(window) && (window->Flags & ImGuiWindowFlags_ChildWindow) == 0 && window != windows_to_render_front_most[0] && window != windows_to_render_front_most[1])
3873 if (windows_to_render_front_most[n] && IsWindowActiveAndVisible(windows_to_render_front_most[n])) // NavWindowingTarget is always temporarily displayed as the front-most window

Completed in 56 milliseconds