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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h383 ImGuiLayoutType_Vertical = 1 enumerator in enum:ImGuiLayoutType_
1114 LayoutType = ParentLayoutType = ImGuiLayoutType_Vertical;
H A Dimgui_widgets.cpp751 if ((direction == ImGuiLayoutType_Vertical) && bb_height < g.FontSize + g.Style.FramePadding.y * 2.0f)
1121 window->DC.LayoutType = ImGuiLayoutType_Vertical;
5583 window->DC.LayoutType = ImGuiLayoutType_Vertical;
5642 if (window->DC.LayoutType == ImGuiLayoutType_Vertical) // (window->Flags & (ImGuiWindowFlags_Popup|ImGuiWindowFlags_ChildMenu))
5735 if (g.NavWindow && g.NavWindow->ParentWindow == window && g.NavMoveDir == ImGuiDir_Left && NavMoveRequestButNoResultYet() && window->DC.LayoutType == ImGuiLayoutType_Vertical)
H A Dimgui.cpp5270 Scrollbar(ImGuiLayoutType_Vertical);
5332 window->DC.LayoutType = ImGuiLayoutType_Vertical;
5333 window->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Vertical;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h383 ImGuiLayoutType_Vertical = 1 enumerator in enum:ImGuiLayoutType_
1114 LayoutType = ParentLayoutType = ImGuiLayoutType_Vertical;
H A Dimgui_widgets.cpp751 if ((direction == ImGuiLayoutType_Vertical) && bb_height < g.FontSize + g.Style.FramePadding.y * 2.0f)
1121 window->DC.LayoutType = ImGuiLayoutType_Vertical;
5583 window->DC.LayoutType = ImGuiLayoutType_Vertical;
5642 if (window->DC.LayoutType == ImGuiLayoutType_Vertical) // (window->Flags & (ImGuiWindowFlags_Popup|ImGuiWindowFlags_ChildMenu))
5735 if (g.NavWindow && g.NavWindow->ParentWindow == window && g.NavMoveDir == ImGuiDir_Left && NavMoveRequestButNoResultYet() && window->DC.LayoutType == ImGuiLayoutType_Vertical)
H A Dimgui.cpp5270 Scrollbar(ImGuiLayoutType_Vertical);
5332 window->DC.LayoutType = ImGuiLayoutType_Vertical;
5333 window->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Vertical;

Completed in 67 milliseconds