Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.cpp90 const ShadowData* toShadow = i < toLength ? &to->shadows()[i] : 0; in blend() local
92 fromShadow = toShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData; in blend()
93 else if (!toShadow) in blend()
94 toShadow = fromShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData; in blend()
95 shadows.append(toShadow->blend(*fromShadow, progress)); in blend()