Searched refs:shadowTop (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | ShadowData.cpp | 59 …dow, int additionalOutlineSize, int& shadowLeft, int& shadowRight, int& shadowTop, int& shadowBott… in calculateShadowExtent() argument 66 shadowTop = min(shadow->y() - blurAndSpread, shadowTop); in calculateShadowExtent() 78 int shadowTop = 0; in adjustRectForShadow() local 80 …calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBotto… in adjustRectForShadow() 82 rect.move(shadowLeft, shadowTop); in adjustRectForShadow() 84 rect.setHeight(rect.height() - shadowTop + shadowBottom); in adjustRectForShadow() 91 int shadowTop = 0; in adjustRectForShadow() local 93 …calculateShadowExtent(this, additionalOutlineSize, shadowLeft, shadowRight, shadowTop, shadowBotto… in adjustRectForShadow() 95 rect.move(shadowLeft, shadowTop); in adjustRectForShadow() 97 rect.setHeight(rect.height() - shadowTop + shadowBottom); in adjustRectForShadow()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.m | 1208 float shadowTop; 1255 shadowTop = 4; 1261 shadowTop = 4; 1271 shadowTop = 10; 1287 shadowTop = 0; 1300 shadowTop = 0; 1307 winRect.origin.y -= shadowTop;
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBox.cpp | 3263 int shadowTop; in addShadowOverflow() local 3265 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft); in addShadowOverflow() 3269 int overflowTop = borderBox.y() + shadowTop; in addShadowOverflow()
|
D | RenderObject.cpp | 1302 int shadowTop; in repaintAfterLayoutIfNeeded() local 1304 style()->getBoxShadowVerticalExtent(shadowTop, shadowBottom); in repaintAfterLayoutIfNeeded()
|