• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/

Lines Matching defs:caAnimation

2066     RefPtr<PlatformCAAnimation> caAnimation;
2069 caAnimation = createKeyframeAnimation(animation, propertyIdToString(valueList.property()), additive);
2070 valuesOK = setAnimationKeyframes(valueList, animation, caAnimation.get());
2072 caAnimation = createBasicAnimation(animation, propertyIdToString(valueList.property()), additive);
2073 valuesOK = setAnimationEndpoints(valueList, animation, caAnimation.get());
2079 m_uncomittedAnimations.append(LayerPropertyAnimation(caAnimation, animationName, valueList.property(), animationIndex, 0, timeOffset));
2090 RefPtr<PlatformCAAnimation> caAnimation;
2093 caAnimation = createKeyframeAnimation(animation, propertyIdToString(valueList.property()), additive);
2094 validMatrices = setTransformAnimationKeyframes(valueList, animation, caAnimation.get(), animationIndex, transformOp, isMatrixAnimation, boxSize);
2096 caAnimation = createBasicAnimation(animation, propertyIdToString(valueList.property()), additive);
2097 validMatrices = setTransformAnimationEndpoints(valueList, animation, caAnimation.get(), animationIndex, transformOp, isMatrixAnimation, boxSize);
2103 m_uncomittedAnimations.append(LayerPropertyAnimation(caAnimation, animationName, valueList.property(), animationIndex, 0, timeOffset));
2176 RefPtr<PlatformCAAnimation> caAnimation;
2180 caAnimation = createKeyframeAnimation(animation, keyPath, false);
2181 valuesOK = setFilterAnimationKeyframes(valueList, animation, caAnimation.get(), animationIndex, internalFilterPropertyIndex, filterOp);
2183 caAnimation = createBasicAnimation(animation, keyPath, false);
2184 valuesOK = setFilterAnimationEndpoints(valueList, animation, caAnimation.get(), animationIndex, internalFilterPropertyIndex);
2189 m_uncomittedAnimations.append(LayerPropertyAnimation(caAnimation, animationName, valueList.property(), animationIndex, internalFilterPropertyIndex, timeOffset));