Searched refs:roundedHoleRect (Results 1 – 2 of 2) sorted by relevance
1663 …ext::fillRectWithRoundedHole(const IntRect& rect, const RoundedRect& roundedHoleRect, const Color&… in fillRectWithRoundedHole() argument1671 if (!roundedHoleRect.radii().isZero()) in fillRectWithRoundedHole()1672 path.addRoundedRect(roundedHoleRect); in fillRectWithRoundedHole()1674 path.addRect(roundedHoleRect.rect()); in fillRectWithRoundedHole()
441 void fillRectWithRoundedHole(const IntRect&, const RoundedRect& roundedHoleRect, const Color&);