Searched refs:shadowBottom (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DShadowData.cpp59 static inline void calculateShadowExtent(const ShadowData* shadow, int additionalOutlineSize, int& shadowLeft, int& shadowRight, int& shadowTop, int& shadowBottom) argument
67 shadowBottom = max(shadow->y() + blurAndSpread, shadowBottom);
79 int shadowBottom = 0; local
80 calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBottom);
84 rect.setHeight(rect.height() - shadowTop + shadowBottom);
92 int shadowBottom = 0; local
93 calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBottom);
97 rect.setHeight(rect.height() - shadowTop + shadowBottom);
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp1303 int shadowBottom; local
1304 style()->getBoxShadowVerticalExtent(shadowTop, shadowBottom);
1308 int borderHeight = max(-outlineStyle->outlineOffset(), max(borderBottom, max(style()->borderBottomLeftRadius().height().calcValue(boxHeight), style()->borderBottomRightRadius().height().calcValue(boxHeight)))) + max(ow, shadowBottom);
H A DRenderBox.cpp3276 int shadowBottom; local
3277 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft);
3282 int overflowBottom = borderBox.maxY() + shadowBottom;

Completed in 112 milliseconds