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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1062 ImU32 TreeDepthMayJumpToParentOnPop; // Store a copy of !g.NavIdIsAlive for TreeDepth 0..31 member in struct:ImGuiWindowTempData
1102 TreeDepthMayJumpToParentOnPop = 0x00;
H A Dimgui_widgets.cpp4799 window->DC.TreeDepthMayJumpToParentOnPop |= (1 << window->DC.TreeDepth);
4943 if (g.NavIdIsAlive && (window->DC.TreeDepthMayJumpToParentOnPop & (1 << window->DC.TreeDepth)))
4948 window->DC.TreeDepthMayJumpToParentOnPop &= (1 << window->DC.TreeDepth) - 1;
H A Dimgui.cpp5342 window->DC.TreeDepthMayJumpToParentOnPop = 0x00;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1062 ImU32 TreeDepthMayJumpToParentOnPop; // Store a copy of !g.NavIdIsAlive for TreeDepth 0..31 member in struct:ImGuiWindowTempData
1102 TreeDepthMayJumpToParentOnPop = 0x00;
H A Dimgui_widgets.cpp4799 window->DC.TreeDepthMayJumpToParentOnPop |= (1 << window->DC.TreeDepth);
4943 if (g.NavIdIsAlive && (window->DC.TreeDepthMayJumpToParentOnPop & (1 << window->DC.TreeDepth)))
4948 window->DC.TreeDepthMayJumpToParentOnPop &= (1 << window->DC.TreeDepth) - 1;
H A Dimgui.cpp5342 window->DC.TreeDepthMayJumpToParentOnPop = 0x00;

Completed in 69 milliseconds