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 142 class CC_EXPORT KeyframedFloatAnimationCurve : public FloatAnimationCurve {
145 static scoped_ptr<KeyframedFloatAnimationCurve> Create();
147 virtual ~KeyframedFloatAnimationCurve();
159 KeyframedFloatAnimationCurve();
165 DISALLOW_COPY_AND_ASSIGN(KeyframedFloatAnimationCurve);
keyframed_animation_curve.cc 206 // KeyframedFloatAnimationCurve
208 scoped_ptr<KeyframedFloatAnimationCurve> KeyframedFloatAnimationCurve::
210 return make_scoped_ptr(new KeyframedFloatAnimationCurve);
213 KeyframedFloatAnimationCurve::KeyframedFloatAnimationCurve() {}
215 KeyframedFloatAnimationCurve::~KeyframedFloatAnimationCurve() {}
217 void KeyframedFloatAnimationCurve::AddKeyframe(
222 double KeyframedFloatAnimationCurve::Duration() const
    [all...]

Completed in 1353 milliseconds