MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ui_SetTextClip

Function ui_SetTextClip

ui/UIDraw.cpp:119–119  ·  view source on GitHub ↗

sets text clipping within the startdraw region

Source from the content-addressed store, hash-verified

117
118// sets text clipping within the startdraw region
119void ui_SetTextClip(int left, int top, int right, int bottom) { grtext_SetParameters(left, top, right, bottom); }
120
121void ui_ResetTextClip() { grtext_SetParameters(m_UIDrawLeft, m_UIDrawTop, m_UIDrawRight, m_UIDrawBottom); }
122

Callers 3

OnDrawMethod · 0.85
OnDrawMethod · 0.85
OnDrawMethod · 0.85

Calls 1

grtext_SetParametersFunction · 0.85

Tested by

no test coverage detected