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

Method clearSingle

src/OpenLoco/src/Graphics/SoftwareDrawingContext.cpp:1038–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036 }
1037
1038 void SoftwareDrawingContext::clearSingle(uint8_t paletteId)
1039 {
1040 auto& rt = currentRenderTarget();
1041 return Impl::clearSingle(rt, paletteId);
1042 }
1043
1044 void SoftwareDrawingContext::fillRect(int16_t left, int16_t top, int16_t right, int16_t bottom, uint8_t colour, RectFlags flags)
1045 {

Callers 15

updateEndFunction · 0.80
updateBeginFunction · 0.80
updateDisplayAtariFunction · 0.80
updateDisplayCSFunction · 0.80
updateDisplayNoticeFunction · 0.80
paintMethod · 0.80
drawScrollFunction · 0.80
drawScrollFunction · 0.80
drawScrollFunction · 0.80
drawScrollFunction · 0.80
drawScrollFunction · 0.80
drawScrollFunction · 0.80

Calls 1

clearSingleFunction · 0.85

Tested by

no test coverage detected