Home
last modified time | relevance | path

Searched refs:shadowLeft (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DShadowData.cpp59 …ShadowExtent(const ShadowData* shadow, int additionalOutlineSize, int& shadowLeft, int& shadowRigh… in calculateShadowExtent() argument
64 shadowLeft = min(shadow->x() - blurAndSpread, shadowLeft); in calculateShadowExtent()
76 int shadowLeft = 0; in adjustRectForShadow() local
80 …calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBotto… in adjustRectForShadow()
82 rect.move(shadowLeft, shadowTop); in adjustRectForShadow()
83 rect.setWidth(rect.width() - shadowLeft + shadowRight); in adjustRectForShadow()
89 int shadowLeft = 0; in adjustRectForShadow() local
93 …calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBotto… in adjustRectForShadow()
95 rect.move(shadowLeft, shadowTop); in adjustRectForShadow()
96 rect.setWidth(rect.width() - shadowLeft + shadowRight); in adjustRectForShadow()
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp3273 int shadowLeft; in addShadowOverflow() local
3277 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft); in addShadowOverflow()
3279 int overflowLeft = borderBox.x() + shadowLeft; in addShadowOverflow()
DRenderObject.cpp1283 int shadowLeft; in repaintAfterLayoutIfNeeded() local
1285 style()->getBoxShadowHorizontalExtent(shadowLeft, shadowRight); in repaintAfterLayoutIfNeeded()