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

  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 784 paintInfo.context->addRoundedRectClip(r, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
790 paintInfo.context->addRoundedRectClip(enclosingIntRect(topGradient), topLeftRadius, topRightRadius, IntSize(), IntSize());
797 paintInfo.context->addRoundedRectClip(enclosingIntRect(bottomGradient), IntSize(), IntSize(), bottomLeftRadius, bottomRightRadius);
804 paintInfo.context->addRoundedRectClip(r, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);
    [all...]
RenderReplaced.cpp 140 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
RenderWidget.cpp 251 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm     [all...]
RenderThemeChromiumWin.cpp 636 i.context->addRoundedRectClip(r, topLeft, topRight, bottomLeft, bottomRight);
RenderBoxModelObject.cpp 468 context->addRoundedRectClip(borderRect, includeLeftEdge ? topLeft : IntSize(),
    [all...]
RenderThemeWince.cpp 380 paintInfo.context->addRoundedRectClip(cancelBounds, cancelRadius, cancelRadius, cancelRadius, cancelRadius);
RenderBox.cpp 874 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 272 void addRoundedRectClip(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
GraphicsContext.cpp 445 void GraphicsContext::addRoundedRectClip(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,

Completed in 505 milliseconds