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

Method drawRectInset

src/OpenLoco/src/Graphics/SoftwareDrawingContext.cpp:1062–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060 }
1061
1062 void SoftwareDrawingContext::drawRectInset(int16_t x, int16_t y, uint16_t dx, uint16_t dy, AdvancedColour colour, RectInsetFlags flags)
1063 {
1064 auto& rt = currentRenderTarget();
1065 return Impl::drawRectInset(rt, x, y, dx, dy, colour, flags);
1066 }
1067
1068 void SoftwareDrawingContext::drawLine(const Ui::Point& a, const Ui::Point& b, PaletteIndex_t colour)
1069 {

Callers 8

drawFunction · 0.45
drawFunction · 0.45
drawScrollFunction · 0.45
drawScrollFunction · 0.45
drawFunction · 0.45
drawScrollFunction · 0.45
drawFunction · 0.45
drawFunction · 0.45

Calls 1

drawRectInsetFunction · 0.85

Tested by

no test coverage detected