Home | History | Annotate | Download | only in cg

Lines Matching refs:topRight

651 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
663 addPath(Path::createRoundedRectangle(rect, topLeft, topRight, bottomLeft, bottomRight));