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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp1961 EndGroup();
2004 EndGroup();
2049 EndGroup();
2398 EndGroup();
2696 EndGroup();
2731 EndGroup();
3164 EndGroup();
3170 EndGroup();
3782 EndGroup();
4007 EndGroup();
[all...]
H A Dimgui_demo.cpp1117 ImGui::EndGroup();
1338 ImGui::EndGroup();
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.");
1850 ImGui::EndGroup();
1853 ImGui::EndGroup();
1865 ImGui::EndGroup();
1973 ImGui::EndGroup();
3655 ImGui::EndGroup();
H A Dimgui.h337 IMGUI_API void EndGroup(); // unlock horizontal starting position + capture the whole group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine() on whole group, etc.)
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()
6567 void ImGui::EndGroup() 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.cpp1961 EndGroup();
2004 EndGroup();
2049 EndGroup();
2398 EndGroup();
2696 EndGroup();
2731 EndGroup();
3164 EndGroup();
3170 EndGroup();
3782 EndGroup();
4007 EndGroup();
[all...]
H A Dimgui.h337 IMGUI_API void EndGroup(); // unlock horizontal starting position + capture the whole group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine() on whole group, etc.)
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()
6567 void ImGui::EndGroup() function in class:ImGui
6571 IM_ASSERT(!window->DC.GroupStack.empty()); // Mismatched BeginGroup()/EndGroup() calls

Completed in 71 milliseconds