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

  /external/chromium_org/cc/animation/
keyframed_animation_curve.h 74 class CC_EXPORT TransformKeyframe : public Keyframe {
76 static scoped_ptr<TransformKeyframe> Create(
80 virtual ~TransformKeyframe();
84 scoped_ptr<TransformKeyframe> Clone() const;
87 TransformKeyframe(
176 void AddKeyframe(scoped_ptr<TransformKeyframe> keyframe);
192 ScopedPtrVector<TransformKeyframe> keyframes_;
keyframed_animation_curve.cc 113 scoped_ptr<TransformKeyframe> TransformKeyframe::Create(
118 new TransformKeyframe(time, value, timing_function.Pass()));
121 TransformKeyframe::TransformKeyframe(double time,
127 TransformKeyframe::~TransformKeyframe() {}
129 const TransformOperations& TransformKeyframe::Value() const {
133 scoped_ptr<TransformKeyframe> TransformKeyframe::Clone() const
    [all...]

Completed in 83 milliseconds