| 1090 | } |
| 1091 | |
| 1092 | void SoftwareDrawingContext::drawImageMasked(const Ui::Point& pos, const ImageId& image, const ImageId& maskImage) |
| 1093 | { |
| 1094 | auto& rt = currentRenderTarget(); |
| 1095 | return Impl::drawImageMasked(rt, pos, image, maskImage); |
| 1096 | } |
| 1097 | |
| 1098 | void SoftwareDrawingContext::drawImageSolid(const Ui::Point& pos, const ImageId& image, PaletteIndex_t paletteIndex) |
| 1099 | { |
no test coverage detected