MCPcopy Create free account
hub / github.com/cinder/Cinder / PopClipRect

Method PopClipRect

src/imgui/imgui.cpp:5727–5732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5725}
5726
5727void ImGui::PopClipRect()
5728{
5729 ImGuiWindow* window = GetCurrentWindow();
5730 window->DrawList->PopClipRect();
5731 window->ClipRect = window->DrawList->_ClipRectStack.back();
5732}
5733
5734static void ImGui::RenderDimmedBackgroundBehindWindow(ImGuiWindow* window, ImU32 col)
5735{

Callers 9

EndTableMethod · 0.45
TableDrawBordersMethod · 0.45
RenderNavCursorMethod · 0.45
DemoWindowLayoutFunction · 0.45

Calls 2

GetCurrentWindowFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected