Searched refs:roundedHoleRect (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cg/ |
H A D | GraphicsContextCG.cpp | 788 void GraphicsContext::fillRectWithRoundedHole(const IntRect& rect, const RoundedIntRect& roundedHoleRect, const Color& color, ColorSpace colorSpace) argument 798 if (!roundedHoleRect.radii().isZero()) 799 path.addRoundedRect(roundedHoleRect); 801 path.addRect(roundedHoleRect.rect()); 820 contextShadow.drawInsetShadow(this, rect, roundedHoleRect.rect(), roundedHoleRect.radii());
|
/external/webkit/Source/WebCore/platform/graphics/ |
H A D | GraphicsContext.cpp | 627 void GraphicsContext::fillRectWithRoundedHole(const IntRect& rect, const RoundedIntRect& roundedHoleRect, const Color& color, ColorSpace colorSpace) argument 635 if (!roundedHoleRect.radii().isZero()) 636 path.addRoundedRect(roundedHoleRect); 638 path.addRect(roundedHoleRect.rect());
|
H A D | GraphicsContext.h | 333 void fillRectWithRoundedHole(const IntRect&, const RoundedIntRect& roundedHoleRect, const Color&, ColorSpace);
|
Completed in 72 milliseconds