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

Method DrawRect4

src/engine/client/graphics_threaded.cpp:1323–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323void CGraphics_Threaded::DrawRect4(float x, float y, float w, float h, ColorRGBA ColorTopLeft, ColorRGBA ColorTopRight, ColorRGBA ColorBottomLeft, ColorRGBA ColorBottomRight, int Corners, float Rounding)
1324{
1325 TextureClear();
1326 QuadsBegin();
1327 DrawRectExt4(x, y, w, h, ColorTopLeft, ColorTopRight, ColorBottomLeft, ColorBottomRight, Rounding, Corners);
1328 QuadsEnd();
1329}
1330
1331void CGraphics_Threaded::DrawCircle(float CenterX, float CenterY, float Radius, int Segments)
1332{

Callers 1

Draw4Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected