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

Method drawImageSolid

src/OpenLoco/src/Graphics/SoftwareDrawingContext.cpp:1098–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096 }
1097
1098 void SoftwareDrawingContext::drawImageSolid(const Ui::Point& pos, const ImageId& image, PaletteIndex_t paletteIndex)
1099 {
1100 auto& rt = currentRenderTarget();
1101 return Impl::drawImageSolid(rt, pos, image, paletteIndex);
1102 }
1103
1104 void SoftwareDrawingContext::drawImagePaletteSet(const Ui::Point& pos, const ImageId& image, PaletteMap::View palette, const G1Element* noiseImage)
1105 {

Callers 5

drawTabBackgroundFunction · 0.80
sub_4CADE8Function · 0.80
drawImageFunction · 0.80
loopNewlineFunction · 0.80
drawVehicleInlineFunction · 0.80

Calls 1

drawImageSolidFunction · 0.85

Tested by

no test coverage detected