HomeSort by relevance Sort by last modified time
    Searched refs:AnimationValue (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 102 class AnimationValue {
103 WTF_MAKE_NONCOPYABLE(AnimationValue); WTF_MAKE_FAST_ALLOCATED;
105 AnimationValue(float keyTime, PassRefPtr<TimingFunction> timingFunction = 0)
112 virtual ~AnimationValue() { }
123 class FloatAnimationValue : public AnimationValue {
126 : AnimationValue(keyTime, timingFunction)
138 class TransformAnimationValue : public AnimationValue {
141 : AnimationValue(keyTime, timingFunction)
172 const AnimationValue* at(size_t i) const { return m_values.at(i); }
175 void insert(const AnimationValue*);
    [all...]
GraphicsLayer.cpp 44 void KeyframeValueList::insert(const AnimationValue* value)
47 const AnimationValue* curValue = m_values[i];
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.cpp 212 const AnimationValue* value = m_operations->at(i);
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 169 const TimingFunction* timingFunctionForAnimationValue(const AnimationValue*, const Animation*);
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]

Completed in 61 milliseconds