Home
last modified time | relevance | path

Searched refs:AnimationValue (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h102 class AnimationValue {
103 WTF_MAKE_NONCOPYABLE(AnimationValue); WTF_MAKE_FAST_ALLOCATED;
105 AnimationValue(float keyTime, PassRefPtr<TimingFunction> timingFunction = 0)
112 virtual ~AnimationValue() { } in ~AnimationValue()
123 class FloatAnimationValue : public AnimationValue {
126 : AnimationValue(keyTime, timingFunction) in AnimationValue() function
138 class TransformAnimationValue : public AnimationValue {
141 : AnimationValue(keyTime, timingFunction) in AnimationValue() function
172 const AnimationValue* at(size_t i) const { return m_values.at(i); } in at()
175 void insert(const AnimationValue*);
[all …]
DGraphicsLayer.cpp44 void KeyframeValueList::insert(const AnimationValue* value) in insert()
47 const AnimationValue* curValue = m_values[i]; in insert()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.cpp212 const AnimationValue* value = m_operations->at(i); in pickValues()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h169 const TimingFunction* timingFunctionForAnimationValue(const AnimationValue*, const Animation*);
DGraphicsLayerCA.cpp1698 const TimingFunction* GraphicsLayerCA::timingFunctionForAnimationValue(const AnimationValue* animVa… in timingFunctionForAnimationValue()
1737 const AnimationValue* curValue = valueList.at(i); in setAnimationKeyframes()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1365 static void webkitAnimationToQtAnimationValue(const AnimationValue* animationValue, TransformOperat… in webkitAnimationToQtAnimationValue()
1375 static void webkitAnimationToQtAnimationValue(const AnimationValue* animationValue, qreal& realValu… in webkitAnimationToQtAnimationValue()
1432 const AnimationValue* animationValue = values.at(i); in AnimationQt()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659400 (WebCore::AnimationValue::AnimationValue):
104929 (WebCore::AnimationValue::AnimationValue): Ditto.
DChangeLog-2010-01-2977965 (WebCore::AnimationValue:):