Searched defs:toStyle (Results 1 - 2 of 2) sorted by relevance
/external/webkit/WebCore/page/animation/ |
H A D | KeyframeAnimation.cpp | 65 void KeyframeAnimation::getKeyframeAnimationInterval(const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& prog) const argument 85 toStyle = it->style(); 93 if (!fromStyle || !toStyle) 133 const RenderStyle* toStyle = 0; local 135 getKeyframeAnimationInterval(fromStyle, toStyle, progress); 138 if (!fromStyle || !toStyle) { 150 bool needsAnim = blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress); 168 const RenderStyle* toStyle = 0; local 170 getKeyframeAnimationInterval(fromStyle, toStyle, progress); 173 if (!fromStyle || !toStyle) [all...] |
/external/webkit/WebCore/rendering/ |
H A D | RenderLayerBacking.cpp | 1119 bool RenderLayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle) argument 1125 const Animation* opacityAnim = toStyle->transitionForProperty(CSSPropertyOpacity); 1129 opacityVector.insert(new FloatAnimationValue(1, compositingOpacity(toStyle->opacity()))); 1133 updateLayerOpacity(toStyle); 1140 const Animation* transformAnim = toStyle->transitionForProperty(CSSPropertyWebkitTransform); 1144 transformVector.insert(new TransformAnimationValue(1, &toStyle->transform())); 1147 updateLayerTransform(toStyle);
|
Completed in 58 milliseconds