Searched refs:caAnimation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h364 LayerPropertyAnimation(PassRefPtr<PlatformCAAnimation> caAnimation, const String& animationName, AnimatedPropertyID property, int index, double timeOffset) argument
365 : m_animation(caAnimation)
H A DGraphicsLayerCA.cpp1575 RefPtr<PlatformCAAnimation> caAnimation; local
1578 caAnimation = createKeyframeAnimation(animation, valueList.property(), additive);
1579 valuesOK = setAnimationKeyframes(valueList, animation, caAnimation.get());
1581 caAnimation = createBasicAnimation(animation, valueList.property(), additive);
1582 valuesOK = setAnimationEndpoints(valueList, animation, caAnimation.get());
1588 m_uncomittedAnimations.append(LayerPropertyAnimation(caAnimation, animationName, valueList.property(), animationIndex, timeOffset));
1620 RefPtr<PlatformCAAnimation> caAnimation; local
1632 caAnimation = createKeyframeAnimation(animation, valueList.property(), additive);
1633 validMatrices = setTransformAnimationKeyframes(valueList, animation, caAnimation.get(), animationIndex, transformOp, isMatrixAnimation, boxSize);
1635 caAnimation
[all...]

Completed in 110 milliseconds