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

Method drawImagePaletteSet

src/OpenLoco/src/Graphics/SoftwareDrawingContext.cpp:1104–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102 }
1103
1104 void SoftwareDrawingContext::drawImagePaletteSet(const Ui::Point& pos, const ImageId& image, PaletteMap::View palette, const G1Element* noiseImage)
1105 {
1106 auto& rt = currentRenderTarget();
1107 return Impl::drawImagePaletteSet(rt, pos, image, palette, noiseImage);
1108 }
1109
1110 void SoftwareDrawingContext::pushRenderTarget(const RenderTarget& rt)
1111 {

Callers 3

loopNewlineFunction · 0.80
drawStringYOffsetsFunction · 0.80
drawStringMaxCharsFunction · 0.80

Calls 1

drawImagePaletteSetFunction · 0.85

Tested by

no test coverage detected