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

Function ui_ResetTextClip

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

Source from the content-addressed store, hash-verified

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
123// draw primatives
124void ui_DrawSetAlpha(uint8_t alpha) { m_UIDrawAlpha = alpha; }

Callers 3

OnDrawMethod · 0.85
OnDrawMethod · 0.85
OnDrawMethod · 0.85

Calls 1

grtext_SetParametersFunction · 0.85

Tested by

no test coverage detected