Home | History | Annotate | Download | only in cairo

Lines Matching refs:topRight

1125 void GraphicsContext::fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
1131 m_data->shadow.drawRectShadow(this, r, topLeft, topRight, bottomLeft, bottomRight);
1136 path.addRoundedRect(r, topLeft, topRight, bottomLeft, bottomRight);