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