| 959 | } |
| 960 | |
| 961 | void GfxRenderer::fillRoundedRect(const int x, const int y, const int width, const int height, const int cornerRadius, |
| 962 | const Color color) const { |
| 963 | fillRoundedRect(x, y, width, height, cornerRadius, true, true, true, true, color); |
| 964 | } |
| 965 | |
| 966 | void GfxRenderer::fillRoundedRect(const int x, const int y, const int width, const int height, const int cornerRadius, |
| 967 | bool roundTopLeft, bool roundTopRight, bool roundBottomLeft, bool roundBottomRight, |
no outgoing calls
no test coverage detected