Searched defs:KeyframedFloatAnimationCurve (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.h142 class CC_EXPORT KeyframedFloatAnimationCurve : public FloatAnimationCurve { class in namespace:cc
145 static scoped_ptr<KeyframedFloatAnimationCurve> Create();
147 virtual ~KeyframedFloatAnimationCurve();
159 KeyframedFloatAnimationCurve();
165 DISALLOW_COPY_AND_ASSIGN(KeyframedFloatAnimationCurve);
H A Dkeyframed_animation_curve.cc206 // KeyframedFloatAnimationCurve
208 scoped_ptr<KeyframedFloatAnimationCurve> KeyframedFloatAnimationCurve::
210 return make_scoped_ptr(new KeyframedFloatAnimationCurve);
213 KeyframedFloatAnimationCurve::KeyframedFloatAnimationCurve() {} function in class:cc::KeyframedFloatAnimationCurve
215 KeyframedFloatAnimationCurve::~KeyframedFloatAnimationCurve() {}
217 void KeyframedFloatAnimationCurve::AddKeyframe(
222 double KeyframedFloatAnimationCurve
[all...]

Completed in 114 milliseconds