Searched refs:LayerPropertyAnimation (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h232 struct LayerPropertyAnimation { struct in class:WebCore::GraphicsLayerClutter
233 LayerPropertyAnimation(PassRefPtr<PlatformClutterAnimation> caAnimation, const String& animationName, AnimatedPropertyID property, int index, double timeOffset) function in struct:WebCore::GraphicsLayerClutter::LayerPropertyAnimation
249 Vector<LayerPropertyAnimation> m_uncomittedAnimations;
265 typedef HashMap<String, Vector<LayerPropertyAnimation> > AnimationsMap;
H A DGraphicsLayerClutter.cpp425 const Vector<LayerPropertyAnimation>& propertyAnimations = it->value;
428 const LayerPropertyAnimation& currAnimation = propertyAnimations[i];
596 const Vector<LayerPropertyAnimation>& animations = animationIt->value;
598 const LayerPropertyAnimation& currAnimation = animations[i];
619 const LayerPropertyAnimation& pendingAnimation = m_uncomittedAnimations[i];
624 Vector<LayerPropertyAnimation> animations;
628 Vector<LayerPropertyAnimation>& animations = it->value;
1188 m_uncomittedAnimations.append(LayerPropertyAnimation(clutterAnimation, animationName, valueList.property(), animationIndex, timeOffset));
1247 m_uncomittedAnimations.append(LayerPropertyAnimation(clutterAnimation, animationName, valueList.property(), animationIndex, timeOffset));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h448 struct LayerPropertyAnimation {
449 LayerPropertyAnimation(PassRefPtr<PlatformCAAnimation> caAnimation, const String& animationName, AnimatedPropertyID property, int index, int subIndex, double timeOffset)
467 Vector<LayerPropertyAnimation> m_uncomittedAnimations;
483 typedef HashMap<String, Vector<LayerPropertyAnimation> > AnimationsMap;
H A DGraphicsLayerCA.cpp507 const Vector<LayerPropertyAnimation>& propertyAnimations = it->value;
510 const LayerPropertyAnimation& currAnimation = propertyAnimations[i];
1889 const Vector<LayerPropertyAnimation>& animations = animationIt->value;
1891 const LayerPropertyAnimation& currAnimation = animations[i];
1912 const LayerPropertyAnimation& pendingAnimation = m_uncomittedAnimations[i];
1917 Vector<LayerPropertyAnimation> animations;
1921 Vector<LayerPropertyAnimation>& animations = it->value;
1934 const Vector<LayerPropertyAnimation>& propertyAnimations = it->value;
1937 const LayerPropertyAnimation& currAnimation = propertyAnimations[i];
2079 m_uncomittedAnimations.append(LayerPropertyAnimation(caAnimatio
[all...]

Completed in 172 milliseconds