Searched defs:shadowLeft (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
64 shadowLeft = min(shadow->x() - blurAndSpread, shadowLeft);
76 int shadowLeft = 0; local
80 calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBottom);
82 rect.move(shadowLeft, shadowTop);
83 rect.setWidth(rect.width() - shadowLeft + shadowRight);
89 int shadowLeft = 0; local
93 calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBottom);
95 rect.move(shadowLeft, shadowTo
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp3273 int shadowLeft; local
3277 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft);
3279 int overflowLeft = borderBox.x() + shadowLeft;
H A DRenderObject.cpp1283 int shadowLeft; local
1285 style()->getBoxShadowHorizontalExtent(shadowLeft, shadowRight);

Completed in 103 milliseconds