Home
last modified time | relevance | path

Searched refs:fillRectWithRoundedHole (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h441 void fillRectWithRoundedHole(const IntRect&, const RoundedRect& roundedHoleRect, const Color&);
DGraphicsContext.cpp744 fillRectWithRoundedHole(outerRect, roundedHole, fillColor); in drawInnerShadow()
1663 void GraphicsContext::fillRectWithRoundedHole(const IntRect& rect, const RoundedRect& roundedHoleRe… in fillRectWithRoundedHole() function in WebCore::GraphicsContext