Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DImplicitAnimation.cpp82 …bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get()… in animate()
106blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get()… in getAnimatedStyle()
228blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0)); in blendPropertyValueInStyle()
DKeyframeAnimation.cpp150 … bool needsAnim = blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress); in animate()
181 blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress); in getAnimatedStyle()
DAnimationBase.h206 …static bool blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const RenderSty…
DAnimationBase.cpp813 bool AnimationBase::blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const Re… in blendProperties() function in WebCore::AnimationBase
/external/webkit/WebCore/
DChangeLog-2009-06-1639551 (WebCore::AnimationBase::blendProperties):
42951 (WebCore::AnimationBase::blendProperties):
52530 (WebCore::AnimationBase::blendProperties):
91249 (WebCore::AnimationBase::blendProperties):
97409 (WebCore::AnimationControllerPrivate::blendProperties):