| 119 | void ui_SetTextClip(int left, int top, int right, int bottom) { grtext_SetParameters(left, top, right, bottom); } |
| 120 | |
| 121 | void ui_ResetTextClip() { grtext_SetParameters(m_UIDrawLeft, m_UIDrawTop, m_UIDrawRight, m_UIDrawBottom); } |
| 122 | |
| 123 | // draw primatives |
| 124 | void ui_DrawSetAlpha(uint8_t alpha) { m_UIDrawAlpha = alpha; } |
no test coverage detected