Home
last modified time | relevance | path

Searched refs:shadowSpread (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp685 … areaCastingShadowInHole(const IntRect& holeRect, int shadowBlur, int shadowSpread, const IntSize&… in areaCastingShadowInHole() argument
691 if (shadowSpread < 0) in areaCastingShadowInHole()
692 bounds.inflate(-shadowSpread); in areaCastingShadowInHole()
699 …t Color& shadowColor, const IntSize shadowOffset, int shadowBlur, int shadowSpread, Edges clippedE… in drawInnerShadow() argument
702 holeRect.inflate(-shadowSpread); in drawInnerShadow()
727 … IntRect outerRect = areaCastingShadowInHole(rect.rect(), shadowBlur, shadowSpread, shadowOffset); in drawInnerShadow()
735 roundedHole.shrinkRadii(shadowSpread); in drawInnerShadow()
DGraphicsContext.h336 …t Color& shadowColor, const IntSize shadowOffset, int shadowBlur, int shadowSpread, Edges clippedE…
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp2495 int shadowSpread = shadow.spread(); in paintBoxShadow() local
2497 if (shadowOffset.isZero() && !shadowBlur && !shadowSpread) in paintBoxShadow()
2504 fillRect.inflate(shadowSpread); in paintBoxShadow()
2509 shadowRect.inflate(shadowBlur + shadowSpread); in paintBoxShadow()
2557 influenceRect.expandRadii(2 * shadowBlur + shadowSpread); in paintBoxShadow()
2561 fillRect.expandRadii(shadowSpread); in paintBoxShadow()
2583 …context->drawInnerShadow(border, shadowColor, shadowOffset, shadowBlur, shadowSpread, clippedEdges… in paintBoxShadow()
DRenderThemeChromiumMac.mm1458 int shadowSpread = 0;
1460 … paintInfo.context->drawInnerShadow(fillRect, shadowColor, shadowOffset, shadowBlur, shadowSpread);