Home
last modified time | relevance | path

Searched refs:drawRectShadow (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DShadowBlur.h52 void drawRectShadow(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&);
DContextShadow.h120 …void drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& topLeftRadius = …
DShadowBlur.cpp444 void ShadowBlur::drawRectShadow(GraphicsContext* graphicsContext, const FloatRect& shadowedRect, co… in drawRectShadow() function in WebCore::ShadowBlur
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp706 contextShadow.drawRectShadow(this, rect, RoundedIntRect::Radii()); in fillRect()
735 contextShadow.drawRectShadow(this, rect, RoundedIntRect::Radii()); in fillRect()
768 …contextShadow.drawRectShadow(this, rect, RoundedIntRect::Radii(topLeft, topRight, bottomLeft, bott… in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DContextShadowCairo.cpp190 void ContextShadow::drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& to… in drawRectShadow() function in WebCore::ContextShadow
DGraphicsContextCairo.cpp576 m_data->shadow.drawRectShadow(this, enclosingIntRect(rect)); in fillRect()
1131 m_data->shadow.drawRectShadow(this, r, topLeft, topRight, bottomLeft, bottomRight); in fillRoundedRect()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-165170 (WebCore::ShadowBlur::drawRectShadow): Bail early if layerRect is empty
12000 (WebCore::ShadowBlur::drawRectShadow): Optimize to call calculateLayerBoundingRect()
13006 (WebCore::ShadowBlur::drawRectShadow): Ditto
13139 (WebCore::ShadowBlur::drawRectShadow):
31074 (WebCore::ContextShadow::drawRectShadow):
DChangeLog7703 (WebCore::ShadowBlur::drawRectShadow):
25315 (WebCore::ShadowBlur::drawRectShadow):
DChangeLog-2010-12-0635502 (WebCore::ContextShadow::drawRectShadow):
39933 (WebCore::ContextShadow::drawRectShadow):