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

/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.h75 void drawLayerPieces(GraphicsContext*, const FloatRect& shadowBounds, const RoundedIntRect::Radii&, float roundedRadius, const IntSize& templateSize, ShadowDirection);
H A DShadowBlur.cpp665 drawLayerPieces(graphicsContext, destHoleBounds, radii, roundedRadius, templateSize, InnerShadow);
712 drawLayerPieces(graphicsContext, shadowBounds, radii, roundedRadius, templateSize, OuterShadow);
720 void ShadowBlur::drawLayerPieces(GraphicsContext* graphicsContext, const FloatRect& shadowBounds, const RoundedIntRect::Radii& radii, float roundedRadius, const IntSize& templateSize, ShadowDirection direction) function in class:WebCore::ShadowBlur

Completed in 269 milliseconds