Searched refs:BeginGroup (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1088 ImGui::BeginGroup(); // Lock X position
1329 ImGui::BeginGroup();
1839 ShowHelpMarker("Using ImGui::BeginGroup()/EndGroup() to layout items. BeginGroup() basically locks the horizontal position. EndGroup() bundles the whole group so that you can use functions such as IsItemHovered() on it.");
1840 ImGui::BeginGroup();
1842 ImGui::BeginGroup();
1847 ImGui::BeginGroup();
1953 ImGui::BeginGroup();
3633 ImGui::BeginGroup();
H A Dimgui_widgets.cpp1945 BeginGroup();
1993 BeginGroup();
2038 BeginGroup();
2382 BeginGroup();
2669 BeginGroup(); // The only purpose of the group here is to allow the caller to query item data e.g. IsItemActive()
2715 BeginGroup();
3151 BeginGroup();
3841 BeginGroup();
4112 BeginGroup();
4233 BeginGroup();
[all...]
H A Dimgui.h336 IMGUI_API void BeginGroup(); // lock horizontal starting position
H A Dimgui.cpp4450 { int current = window->DC.GroupStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup == current && "BeginGroup/EndGroup Mismatch!"); p_backup++; } // Too few or too many EndGroup()
6542 void ImGui::BeginGroup() function in class:ImGui
6571 IM_ASSERT(!window->DC.GroupStack.empty()); // Mismatched BeginGroup()/EndGroup() calls
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp1945 BeginGroup();
1993 BeginGroup();
2038 BeginGroup();
2382 BeginGroup();
2669 BeginGroup(); // The only purpose of the group here is to allow the caller to query item data e.g. IsItemActive()
2715 BeginGroup();
3151 BeginGroup();
3841 BeginGroup();
4112 BeginGroup();
4233 BeginGroup();
[all...]
H A Dimgui.h336 IMGUI_API void BeginGroup(); // lock horizontal starting position
H A Dimgui.cpp4450 { int current = window->DC.GroupStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup == current && "BeginGroup/EndGroup Mismatch!"); p_backup++; } // Too few or too many EndGroup()
6542 void ImGui::BeginGroup() function in class:ImGui
6571 IM_ASSERT(!window->DC.GroupStack.empty()); // Mismatched BeginGroup()/EndGroup() calls

Completed in 75 milliseconds