Searched refs:ParentLayoutType (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1078 ImGuiLayoutType ParentLayoutType; // Layout type of parent window at the time of Begin() member in struct:ImGuiWindowTempData
1114 LayoutType = ParentLayoutType = ImGuiLayoutType_Vertical;
H A Dimgui_widgets.cpp5562 if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGuiLayoutType_Horizontal && g.NavMoveRequestForward == ImGuiNavForward_None)
H A Dimgui.cpp5333 window->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Vertical;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1078 ImGuiLayoutType ParentLayoutType; // Layout type of parent window at the time of Begin() member in struct:ImGuiWindowTempData
1114 LayoutType = ParentLayoutType = ImGuiLayoutType_Vertical;
H A Dimgui_widgets.cpp5562 if (nav_earliest_child->ParentWindow == window && nav_earliest_child->DC.ParentLayoutType == ImGuiLayoutType_Horizontal && g.NavMoveRequestForward == ImGuiNavForward_None)
H A Dimgui.cpp5333 window->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Vertical;

Completed in 68 milliseconds