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

Function fillRect

src/OpenLoco/src/Graphics/SoftwareDrawingContext.cpp:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721 }
722
723 static void fillRect(const RenderTarget& rt, int16_t left, int16_t top, int16_t right, int16_t bottom, uint8_t colour, RectFlags flags)
724 {
725 drawRectImpl(rt, left, top, right, bottom, colour, flags);
726 }
727
728 static void drawRect(const RenderTarget& rt, int16_t x, int16_t y, uint16_t dx, uint16_t dy, uint8_t colour, RectFlags flags)
729 {

Callers 2

fillRectMethod · 0.85
fillRectMethod · 0.85

Calls 1

drawRectImplFunction · 0.85

Tested by

no test coverage detected