| 1036 | } |
| 1037 | |
| 1038 | void SoftwareDrawingContext::clearSingle(uint8_t paletteId) |
| 1039 | { |
| 1040 | auto& rt = currentRenderTarget(); |
| 1041 | return Impl::clearSingle(rt, paletteId); |
| 1042 | } |
| 1043 | |
| 1044 | void SoftwareDrawingContext::fillRect(int16_t left, int16_t top, int16_t right, int16_t bottom, uint8_t colour, RectFlags flags) |
| 1045 | { |
no test coverage detected