Searched defs:shadowTop (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
66 shadowTop = min(shadow->y() - blurAndSpread, shadowTop);
78 int shadowTop = 0; local
80 calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBottom);
82 rect.move(shadowLeft, shadowTop);
84 rect.setHeight(rect.height() - shadowTop + shadowBottom);
91 int shadowTop = 0; local
93 calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBottom);
95 rect.move(shadowLeft, shadowTop);
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp3275 int shadowTop; local
3277 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft);
3281 int overflowTop = borderBox.y() + shadowTop;
H A DRenderObject.cpp1302 int shadowTop; local
1304 style()->getBoxShadowVerticalExtent(shadowTop, shadowBottom);

Completed in 105 milliseconds