HomeSort by relevance Sort by last modified time
    Searched defs:KeyframedFloatAnimationCurve (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/animation/
keyframed_animation_curve.h 96 class CC_EXPORT KeyframedFloatAnimationCurve : public FloatAnimationCurve {
99 static scoped_ptr<KeyframedFloatAnimationCurve> Create();
101 virtual ~KeyframedFloatAnimationCurve();
113 KeyframedFloatAnimationCurve();
119 DISALLOW_COPY_AND_ASSIGN(KeyframedFloatAnimationCurve);
keyframed_animation_curve.cc 129 scoped_ptr<KeyframedFloatAnimationCurve> KeyframedFloatAnimationCurve::
131 return make_scoped_ptr(new KeyframedFloatAnimationCurve);
134 KeyframedFloatAnimationCurve::KeyframedFloatAnimationCurve() {}
136 KeyframedFloatAnimationCurve::~KeyframedFloatAnimationCurve() {}
138 void KeyframedFloatAnimationCurve::AddKeyframe(
143 double KeyframedFloatAnimationCurve::Duration() const {
147 scoped_ptr<AnimationCurve> KeyframedFloatAnimationCurve::Clone() const
    [all...]

Completed in 321 milliseconds