Home | History | Annotate | Download | only in qt

Lines Matching refs:topRight

642 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
647 Path path = Path::createRoundedRectangle(rect, topLeft, topRight, bottomLeft, bottomRight);