Home
last modified time | relevance | path

Searched refs:fillBetweenRoundedRects (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h272 …void fillBetweenRoundedRects(const IntRect&, const IntSize& outerTopLeft, const IntSize& outerTopR…
274 void fillBetweenRoundedRects(const RoundedRect&, const RoundedRect&, const Color&);
DGraphicsContext.cpp1207 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
1233fillBetweenRoundedRects(outer.rect(), outer.radii().topLeft(), outer.radii().topRight(), outer.rad… in fillBetweenRoundedRects()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1818 … graphicsContext->fillBetweenRoundedRects(outerBorder, innerBorder, edges[firstVisibleEdge].color); in paintBorder()