Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.cpp39 …teShadowExtent(const ShadowList* shadowList, float& shadowLeft, float& shadowRight, float& shadowT… in calculateShadowExtent() argument
49 shadowRight = std::max(shadow.x() + blurAndSpread, shadowRight); in calculateShadowExtent()
65 float shadowRight = 0; in adjustRectForShadow() local
68 calculateShadowExtent(this, shadowLeft, shadowRight, shadowTop, shadowBottom); in adjustRectForShadow()
71 rect.setWidth(rect.width() - shadowLeft + shadowRight); in adjustRectForShadow()