Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ ClipDisable
Method
ClipDisable
src/game/client/ui.cpp:482–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
}
481
482
void CUi::ClipDisable()
483
{
484
dbg_assert(IsClipped(),
"no clip region"
);
485
m_vClips.pop_back();
486
UpdateClipping();
487
}
488
489
const CUIRect *CUi::ClipArea() const
490
{
Callers
9
End
Method · 0.45
UpdateClipping
Method · 0.45
OnRender
Method · 0.45
chat.cpp
File · 0.45
RenderEnvelopeEditor
Method · 0.45
RenderEnvelopeEditorColorBar
Method · 0.45
Render
Method · 0.45
DoRender
Method · 0.45
Render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected