Home | History | Annotate | Download | only in rendering

Lines Matching refs:addRoundedRectClip

1057     paintInfo.context->addRoundedRectClip(border);
1063 paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(topGradient), border.radii().topLeft(), border.radii().topRight(), IntSize(), IntSize()));
1070 paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(bottomGradient), IntSize(), IntSize(), border.radii().bottomLeft(), border.radii().bottomRight()));
1077 paintInfo.context->addRoundedRectClip(border);
1298 paintInfo.context->addRoundedRectClip(RoundedIntRect(bounds, radius, radius, radius, radius));