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 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
    [all...]

Completed in 72 milliseconds