HomeSort by relevance Sort by last modified time
    Searched refs:blendProperties (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 82 bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
106 blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
247 blendProperties(this, prop, currentStyle, m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
AnimationBase.h 218 static bool blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress);
KeyframeAnimation.cpp 195 bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress);
232 blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress);
AnimationBase.cpp     [all...]

Completed in 34 milliseconds