| 1042 | } |
| 1043 | |
| 1044 | void SoftwareDrawingContext::fillRect(int16_t left, int16_t top, int16_t right, int16_t bottom, uint8_t colour, RectFlags flags) |
| 1045 | { |
| 1046 | auto& rt = currentRenderTarget(); |
| 1047 | return Impl::fillRect(rt, left, top, right, bottom, colour, flags); |
| 1048 | } |
| 1049 | |
| 1050 | void SoftwareDrawingContext::drawRect(int16_t x, int16_t y, uint16_t dx, uint16_t dy, uint8_t colour, RectFlags flags) |
| 1051 | { |