Border is inside the rectangle, rounded corners
| 604 | |
| 605 | // Border is inside the rectangle, rounded corners |
| 606 | void GfxRenderer::drawRoundedRect(const int x, const int y, const int width, const int height, const int lineWidth, |
| 607 | const int cornerRadius, bool state) const { |
| 608 | drawRoundedRect(x, y, width, height, lineWidth, cornerRadius, true, true, true, true, state); |
| 609 | } |
| 610 | |
| 611 | // Border is inside the rectangle, rounded corners |
| 612 | void GfxRenderer::drawRoundedRect(const int x, const int y, const int width, const int height, const int lineWidth, |
no outgoing calls
no test coverage detected