HomeSort by relevance Sort by last modified time
    Searched full:shadowtop (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowList.cpp 39 static inline void calculateShadowExtent(const ShadowList* shadowList, float& shadowLeft, float& shadowRight, float& shadowTop, float& shadowBottom)
50 shadowTop = std::min(shadow.y() - blurAndSpread, shadowTop);
66 float shadowTop = 0;
68 calculateShadowExtent(this, shadowLeft, shadowRight, shadowTop, shadowBottom);
70 rect.move(shadowLeft, shadowTop);
72 rect.setHeight(rect.height() - shadowTop + shadowBottom);

Completed in 47 milliseconds