Home | History | Annotate | Download | only in animation

Lines Matching refs:fromStyle

65 void KeyframeAnimation::getKeyframeAnimationInterval(const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) const
82 if (!fromStyle)
90 fromStyle = it->style();
93 if (!fromStyle || !toStyle)
97 if (fromStyle->animations() && fromStyle->animations()->size() > 0) {
99 timingFunction = &(fromStyle->animations()->animation(0)->timingFunction());
132 const RenderStyle* fromStyle = 0;
135 getKeyframeAnimationInterval(fromStyle, toStyle, progress);
138 if (!fromStyle || !toStyle) {
150 bool needsAnim = blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);
167 const RenderStyle* fromStyle = 0;
170 getKeyframeAnimationInterval(fromStyle, toStyle, progress);
173 if (!fromStyle || !toStyle)
181 blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);