Searched refs:drawRectShadow (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | ShadowBlur.h | 52 void drawRectShadow(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&);
|
D | ContextShadow.h | 120 …void drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& topLeftRadius = …
|
D | ShadowBlur.cpp | 444 void ShadowBlur::drawRectShadow(GraphicsContext* graphicsContext, const FloatRect& shadowedRect, co… in drawRectShadow() function in WebCore::ShadowBlur
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 706 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/ |
D | ContextShadowCairo.cpp | 190 void ContextShadow::drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& to… in drawRectShadow() function in WebCore::ContextShadow
|
D | GraphicsContextCairo.cpp | 576 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/ |
D | ChangeLog-2011-02-16 | 5170 (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):
|
D | ChangeLog | 7703 (WebCore::ShadowBlur::drawRectShadow): 25315 (WebCore::ShadowBlur::drawRectShadow):
|
D | ChangeLog-2010-12-06 | 35502 (WebCore::ContextShadow::drawRectShadow): 39933 (WebCore::ContextShadow::drawRectShadow):
|