Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DShadowData.cpp59 …t ShadowData* shadow, int additionalOutlineSize, int& shadowLeft, int& shadowRight, int& shadowTop… in calculateShadowExtent() argument
65 shadowRight = max(shadow->x() + blurAndSpread, shadowRight); in calculateShadowExtent()
77 int shadowRight = 0; in adjustRectForShadow() local
80 …calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBotto… in adjustRectForShadow()
83 rect.setWidth(rect.width() - shadowLeft + shadowRight); in adjustRectForShadow()
90 int shadowRight = 0; in adjustRectForShadow() local
93 …calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBotto… in adjustRectForShadow()
96 rect.setWidth(rect.width() - shadowLeft + shadowRight); in adjustRectForShadow()
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1284 int shadowRight; in repaintAfterLayoutIfNeeded() local
1285 style()->getBoxShadowHorizontalExtent(shadowLeft, shadowRight); in repaintAfterLayoutIfNeeded()
1289 …oxWidth), style()->borderBottomRightRadius().width().calcValue(boxWidth)))) + max(ow, shadowRight); in repaintAfterLayoutIfNeeded()
DRenderBox.cpp3274 int shadowRight; in addShadowOverflow() local
3277 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft); in addShadowOverflow()
3280 int overflowRight = borderBox.maxX() + shadowRight; in addShadowOverflow()