Searched refs:fillBetweenRoundedRects (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 272 …void fillBetweenRoundedRects(const IntRect&, const IntSize& outerTopLeft, const IntSize& outerTopR… 274 void fillBetweenRoundedRects(const RoundedRect&, const RoundedRect&, const Color&);
|
D | GraphicsContext.cpp | 1207 void GraphicsContext::fillBetweenRoundedRects(const IntRect& outer, const IntSize& outerTopLeft, co… in fillBetweenRoundedRects() function in WebCore::GraphicsContext 1231 void GraphicsContext::fillBetweenRoundedRects(const RoundedRect& outer, const RoundedRect& inner, c… in fillBetweenRoundedRects() function in WebCore::GraphicsContext 1233 …fillBetweenRoundedRects(outer.rect(), outer.radii().topLeft(), outer.radii().topRight(), outer.rad… in fillBetweenRoundedRects()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.cpp | 1818 … graphicsContext->fillBetweenRoundedRects(outerBorder, innerBorder, edges[firstVisibleEdge].color); in paintBorder()
|