Searched refs:holeRadii (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp470 void ShadowBlur::drawInsetShadow(GraphicsContext* graphicsContext, const FloatRect& rect, const FloatRect& holeRect, const RoundedIntRect::Radii& holeRadii) argument
481 drawInsetShadowWithoutTiling(graphicsContext, rect, holeRect, holeRadii, layerRect);
485 IntSize templateSize = this->templateSize(holeRadii);
489 drawInsetShadowWithoutTiling(graphicsContext, rect, holeRect, holeRadii, layerRect);
493 drawInsetShadowWithTiling(graphicsContext, rect, holeRect, holeRadii, templateSize);
532 void ShadowBlur::drawInsetShadowWithoutTiling(GraphicsContext* graphicsContext, const FloatRect& rect, const FloatRect& holeRect, const RoundedIntRect::Radii& holeRadii, const IntRect& layerRect) argument
544 if (!ScratchBuffer::shared().matchesLastInsetShadow(m_blurRadius, Color::black, ColorSpaceDeviceRGB, bufferRelativeRect, bufferRelativeHoleRect, holeRadii)) {
554 if (holeRadii.isZero())
557 path.addRoundedRect(holeRect, holeRadii.topLeft(), holeRadii
[all...]
H A DShadowBlur.h53 void drawInsetShadow(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedIntRect::Radii& holeRadii);

Completed in 43 milliseconds