Home | History | Annotate | Download | only in graphics

Lines Matching refs:fillRoundedRect

607             fillRoundedRect(rect, shadowColor);
1262 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
1554 void GraphicsContext::fillRoundedRect(const RoundedRect& rect, const Color& color)
1557 fillRoundedRect(rect.rect(), rect.radii().topLeft(), rect.radii().topRight(), rect.radii().bottomLeft(), rect.radii().bottomRight(), color);