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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5559 ImGuiWindow* nav_earliest_child = g.NavWindow; local in function:ImGui::EndMenuBar
5560 while (nav_earliest_child->ParentWindow && (nav_earliest_child->ParentWindow->Flags & ImGuiWindowFlags_ChildMenu))
5561 nav_earliest_child = nav_earliest_child->ParentWindow;
5562 if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGuiLayoutType_Horizontal && g.NavMoveRequestForward == ImGuiNavForward_None)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5559 ImGuiWindow* nav_earliest_child = g.NavWindow; local in function:ImGui::EndMenuBar
5560 while (nav_earliest_child->ParentWindow && (nav_earliest_child->ParentWindow->Flags & ImGuiWindowFlags_ChildMenu))
5561 nav_earliest_child = nav_earliest_child->ParentWindow;
5562 if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGuiLayoutType_Horizontal && g.NavMoveRequestForward == ImGuiNavForward_None)

Completed in 25 milliseconds