HomeSort by relevance Sort by last modified time
    Searched refs:addRoundedRectClip (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 779 paintInfo.context->addRoundedRectClip(bound);
785 paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(topGradient), bound.radii().topLeft(), bound.radii().topRight(), IntSize(), IntSize()));
792 paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(bottomGradient), IntSize(), IntSize(), bound.radii().bottomLeft(), bound.radii().bottomRight()));
799 paintInfo.context->addRoundedRectClip(bound);
    [all...]
RenderReplaced.cpp 138 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect));
RenderWidget.cpp 281 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect));
RenderBoxModelObject.cpp 638 context->addRoundedRectClip(border);
    [all...]
RenderThemeMac.mm     [all...]
RenderThemeChromiumWin.cpp 694 i.context->addRoundedRectClip(o->style()->getRoundedBorderFor(r));
RenderThemeWinCE.cpp 381 paintInfo.context->addRoundedRectClip(RoundedIntRect(cancelBounds, cancelRadius, cancelRadius, cancelRadius, cancelRadius));
RenderBox.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 369 void addRoundedRectClip(const RoundedIntRect&);
GraphicsContext.cpp 564 void GraphicsContext::addRoundedRectClip(const RoundedIntRect& rect)

Completed in 290 milliseconds