| 608 | void fillSmoothCircle(int32_t x, int32_t y, int32_t r, uint32_t color, uint32_t bg_color = 0x00FFFFFF) { } |
| 609 | |
| 610 | void drawRoundRect(int32_t x, int32_t y, int32_t r, int32_t ir, int32_t w, int32_t h, uint32_t fg_color, uint32_t bg_color = 0x00FFFFFF, uint8_t quadrants = 0xF) { } |
| 611 | |
| 612 | // Draw a filled rounded rectangle , corner radius r and bounding box defined by x,y and w,h |
| 613 | void fillRoundRect(int32_t x, int32_t y, int32_t w, int32_t h, int32_t radius, uint32_t color, uint32_t bg_color) { } |
nothing calls this directly
no outgoing calls
no test coverage detected