HomeSort by relevance Sort by last modified time
    Searched defs:fromStyle (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.cpp 122 RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle;
160 equal = !isActiveTransition || AnimationBase::propertiesEqual(prop, fromStyle, targetStyle);
169 m_transitions.set(prop, ImplicitAnimation::create(const_cast<Animation*>(anim), prop, renderer, this, modifiedCurrentStyle ? modifiedCurrentStyle.get() : fromStyle));
KeyframeAnimation.cpp 68 void KeyframeAnimation::fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) const
132 fromStyle = prevKeyframe.style();
139 if (fromStyle->animations() && fromStyle->animations()->size() > 0) {
141 timingFunction = fromStyle->animations()->animation(0)->timingFunction().get();
168 // through to the style blend so that we get the fromStyle.
190 const RenderStyle* fromStyle = 0;
193 fetchIntervalEndpointsForProperty(property, fromStyle, toStyle, progress);
195 bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress);
227 const RenderStyle* fromStyle = 0
    [all...]

Completed in 90 milliseconds