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

Method clear

src/OpenLoco/src/Graphics/SoftwareDrawingContext.cpp:1032–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030 }
1031
1032 void SoftwareDrawingContext::clear(uint32_t fill)
1033 {
1034 auto& rt = currentRenderTarget();
1035 return Impl::clear(rt, fill);
1036 }
1037
1038 void SoftwareDrawingContext::clearSingle(uint8_t paletteId)
1039 {

Callers 15

disposeCursorsFunction · 0.45
initFunction · 0.45
resetShortcutsFunction · 0.45
generateTargetTownsFunction · 0.45
generateTargetTownsWaterFunction · 0.45
generateTargetIndustriesFunction · 0.45
clearInputMethod · 0.45
initFunction · 0.45
showMethod · 0.45
playerMouseDownFunction · 0.45
populateTabObjectListFunction · 0.45

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected