Searched refs:roundedHoleRect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp788 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 DGraphicsContext.cpp627 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 DGraphicsContext.h333 void fillRectWithRoundedHole(const IntRect&, const RoundedIntRect& roundedHoleRect, const Color&, ColorSpace);

Completed in 72 milliseconds