Home | History | Annotate | Download | only in animation

Lines Matching defs:KeyframedFloatAnimationCurve

214 // KeyframedFloatAnimationCurve
216 scoped_ptr<KeyframedFloatAnimationCurve> KeyframedFloatAnimationCurve::
218 return make_scoped_ptr(new KeyframedFloatAnimationCurve);
221 KeyframedFloatAnimationCurve::KeyframedFloatAnimationCurve() {}
223 KeyframedFloatAnimationCurve::~KeyframedFloatAnimationCurve() {}
225 void KeyframedFloatAnimationCurve::AddKeyframe(
230 double KeyframedFloatAnimationCurve::Duration() const {
234 scoped_ptr<AnimationCurve> KeyframedFloatAnimationCurve::Clone() const {
235 scoped_ptr<KeyframedFloatAnimationCurve> to_return(
236 KeyframedFloatAnimationCurve::Create());
242 float KeyframedFloatAnimationCurve::GetValue(double t) const {