| 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 | { |
no test coverage detected