MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / drawCircle

Method drawCircle

src/OpenLoco/src/Graphics/SoftwareDrawingContext.cpp:1074–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072 }
1073
1074 void SoftwareDrawingContext::drawCircle(const Ui::Point& centre, int32_t radius, int32_t lineWidth, PaletteIndex_t colour)
1075 {
1076 auto& rt = currentRenderTarget();
1077 return Impl::drawCircle(rt, centre, radius, lineWidth, colour);
1078 }
1079
1080 void SoftwareDrawingContext::drawImage(int16_t x, int16_t y, uint32_t image)
1081 {

Callers 1

drawInteractionRequestFunction · 0.80

Calls 1

drawCircleFunction · 0.85

Tested by

no test coverage detected