Home | History | Annotate | Download | only in animation

Lines Matching defs:fromStyle

87 void KeyframeAnimation::fetchIntervalEndpointsForProperty(CSSPropertyID property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) const
156 fromStyle = prevKeyframe.style();
163 if (const CSSAnimationData* matchedAnimation = getAnimationFromStyleByName(fromStyle, name()))
190 // through to the style blend so that we get the fromStyle.
210 const RenderStyle* fromStyle = 0;
213 fetchIntervalEndpointsForProperty(*it, fromStyle, toStyle, progress);
215 bool needsAnim = CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);
240 const RenderStyle* fromStyle = 0;
243 fetchIntervalEndpointsForProperty(*it, fromStyle, toStyle, progress);
245 CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);