Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.cpp39 static inline void calculateShadowExtent(const ShadowList* shadowList, float& shadowLeft, float& sh… in calculateShadowExtent() function
68 calculateShadowExtent(this, shadowLeft, shadowRight, shadowTop, shadowBottom); in adjustRectForShadow()