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 54 class CC_EXPORT TransformKeyframe : public Keyframe {
56 static scoped_ptr<TransformKeyframe> Create(
60 virtual ~TransformKeyframe();
64 scoped_ptr<TransformKeyframe> Clone() const;
67 TransformKeyframe(
130 void AddKeyframe(scoped_ptr<TransformKeyframe> keyframe);
144 ScopedPtrVector<TransformKeyframe> keyframes_;
keyframed_animation_curve.cc 75 scoped_ptr<TransformKeyframe> TransformKeyframe::Create(
80 new TransformKeyframe(time, value, timing_function.Pass()));
83 TransformKeyframe::TransformKeyframe(double time,
89 TransformKeyframe::~TransformKeyframe() {}
91 const TransformOperations& TransformKeyframe::Value() const {
95 scoped_ptr<TransformKeyframe> TransformKeyframe::Clone() const
    [all...]

Completed in 324 milliseconds