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

Method fillRectInset

src/OpenLoco/src/Graphics/SoftwareDrawingContext.cpp:1056–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054 }
1055
1056 void SoftwareDrawingContext::fillRectInset(int16_t left, int16_t top, int16_t right, int16_t bottom, AdvancedColour colour, RectInsetFlags flags)
1057 {
1058 auto& rt = currentRenderTarget();
1059 return Impl::fillRectInset(rt, left, top, right, bottom, colour, flags);
1060 }
1061
1062 void SoftwareDrawingContext::drawRectInset(int16_t x, int16_t y, uint16_t dx, uint16_t dy, AdvancedColour colour, RectInsetFlags flags)
1063 {

Callers 15

drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
draw_3Function · 0.45
drawMethod · 0.45
drawHScrollFunction · 0.45
drawVScrollFunction · 0.45
drawMethod · 0.45
drawBoxedFunction · 0.45
drawCheckBoxFunction · 0.45

Calls 1

fillRectInsetFunction · 0.85

Tested by

no test coverage detected