Home | History | Annotate | Download | only in cairo

Lines Matching refs:topRight

1146 void GraphicsContext::fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
1154 addPath(Path::createRoundedRectangle(r, topLeft, topRight, bottomLeft, bottomRight));