| 721 | } |
| 722 | |
| 723 | static void fillRect(const RenderTarget& rt, int16_t left, int16_t top, int16_t right, int16_t bottom, uint8_t colour, RectFlags flags) |
| 724 | { |
| 725 | drawRectImpl(rt, left, top, right, bottom, colour, flags); |
| 726 | } |
| 727 | |
| 728 | static void drawRect(const RenderTarget& rt, int16_t x, int16_t y, uint16_t dx, uint16_t dy, uint8_t colour, RectFlags flags) |
| 729 | { |
no test coverage detected