Searched refs:keyTime (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DAndroidAnimation.cpp213 float key = value->keyTime();
239 fromValue, fromValue->keyTime(),
240 toValue, toValue->keyTime(), progress);
246 progress = applyTimingFunction(fromValue->keyTime(), toValue->keyTime(),
281 fromValue, fromValue->keyTime(),
282 toValue, toValue->keyTime(), progress);
288 float p = applyTimingFunction(fromValue->keyTime(), toValue->keyTime(),
290 ALOGV("progress %.2f => %.2f from: %.2f to: %.2f", progress, p, fromValue->keyTime(),
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h105 AnimationValue(float keyTime, PassRefPtr<TimingFunction> timingFunction = 0) argument
106 : m_keyTime(keyTime)
114 float keyTime() const { return m_keyTime; } function in class:WebCore::AnimationValue
125 FloatAnimationValue(float keyTime, float value, PassRefPtr<TimingFunction> timingFunction = 0) argument
126 : AnimationValue(keyTime, timingFunction)
140 TransformAnimationValue(float keyTime, const TransformOperations* value = 0, PassRefPtr<TimingFunction> timingFunction = 0) argument
141 : AnimationValue(keyTime, timingFunction)
174 // Insert, sorted by keyTime. Takes ownership of the pointer.
H A DGraphicsLayer.cpp48 if (curValue->keyTime() == value->keyTime()) {
54 if (curValue->keyTime() > value->keyTime()) {
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp944 FloatAnimationValue* value = new FloatAnimationValue(originalValue->keyTime(),
986 TransformAnimationValue* value = new TransformAnimationValue(originalValue->keyTime(),
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1738 keyTimes.append(curValue->keyTime());
1833 keyTimes.append(curValue->keyTime());
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1439 m_keyframeValues[animationValue->keyTime()] = keyframeValue;

Completed in 149 milliseconds