| 1030 | } |
| 1031 | |
| 1032 | void SoftwareDrawingContext::clear(uint32_t fill) |
| 1033 | { |
| 1034 | auto& rt = currentRenderTarget(); |
| 1035 | return Impl::clear(rt, fill); |
| 1036 | } |
| 1037 | |
| 1038 | void SoftwareDrawingContext::clearSingle(uint8_t paletteId) |
| 1039 | { |
no test coverage detected