Home
last modified time | relevance | path

Searched refs:shadowBottom (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.cpp182 int shadowBottom; in inflateForShadow() local
184 getSVGShadowExtent(svgShadow, shadowTop, shadowRight, shadowBottom, shadowLeft); in inflateForShadow()
189 int overflowBottom = repaintRect.bottom() + shadowBottom; in inflateForShadow()
/external/webkit/WebCore/rendering/
DRenderObject.cpp1281 int shadowBottom; in repaintAfterLayoutIfNeeded() local
1282 style()->getBoxShadowVerticalExtent(shadowTop, shadowBottom); in repaintAfterLayoutIfNeeded()
1285 …ottomLeftRadius().height(), style()->borderBottomRightRadius().height()))) + max(ow, shadowBottom); in repaintAfterLayoutIfNeeded()
2387 int shadowBottom = 0; in adjustRectForOutlineAndShadow() local
2394shadowBottom = max(boxShadow->y + boxShadow->blur + boxShadow->spread + outlineSize, shadowBottom); in adjustRectForOutlineAndShadow()
2402 rect.setHeight(rect.height() - shadowTop + shadowBottom); in adjustRectForOutlineAndShadow()
DRenderBox.cpp2887 int shadowBottom; in addShadowOverflow() local
2888 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft); in addShadowOverflow()
2893 int overflowBottom = borderBox.bottom() + shadowBottom; in addShadowOverflow()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m1209 float shadowBottom;
1256 shadowBottom = 22;
1262 shadowBottom = 12;
1272 shadowBottom = 24;
1288 shadowBottom = 0;
1301 shadowBottom = 0;
1309 winRect.size.height += shadowBottom;