MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / PopClipRect

Method PopClipRect

3rdparty/imgui/src/imgui.cpp:5911–5916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5909}
5910
5911void ImGui::PopClipRect()
5912{
5913 ImGuiWindow* window = GetCurrentWindow();
5914 window->DrawList->PopClipRect();
5915 window->ClipRect = window->DrawList->_ClipRectStack.back();
5916}
5917
5918static void ImGui::RenderDimmedBackgroundBehindWindow(ImGuiWindow* window, ImU32 col)
5919{

Callers 11

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

Calls 2

GetCurrentWindowFunction · 0.85
backMethod · 0.45

Tested by

no test coverage detected