Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp1663 …ext::fillRectWithRoundedHole(const IntRect& rect, const RoundedRect& roundedHoleRect, const Color&… in fillRectWithRoundedHole() argument
1671 if (!roundedHoleRect.radii().isZero()) in fillRectWithRoundedHole()
1672 path.addRoundedRect(roundedHoleRect); in fillRectWithRoundedHole()
1674 path.addRect(roundedHoleRect.rect()); in fillRectWithRoundedHole()
DGraphicsContext.h441 void fillRectWithRoundedHole(const IntRect&, const RoundedRect& roundedHoleRect, const Color&);