MCPcopy Create free account
hub / github.com/ddnet/ddnet / Draw

Method Draw

src/game/client/ui_rect.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void CUIRect::Draw(ColorRGBA Color, int Corners, float Rounding) const
170{
171 ms_pGraphics->DrawRect(x, y, w, h, Color, Corners, Rounding);
172}
173
174void CUIRect::Draw4(ColorRGBA ColorTopLeft, ColorRGBA ColorTopRight, ColorRGBA ColorBottomLeft, ColorRGBA ColorBottomRight, int Corners, float Rounding) const
175{

Callers

nothing calls this directly

Calls 1

DrawRectMethod · 0.80

Tested by

no test coverage detected