Searched refs:TransformKeyframe (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.h74 class CC_EXPORT TransformKeyframe : public Keyframe { class in namespace:cc
76 static scoped_ptr<TransformKeyframe> Create(
80 virtual ~TransformKeyframe();
84 scoped_ptr<TransformKeyframe> Clone() const;
87 TransformKeyframe(
176 void AddKeyframe(scoped_ptr<TransformKeyframe> keyframe);
196 ScopedPtrVector<TransformKeyframe> keyframes_;
H A Dkeyframed_animation_curve.cc107 scoped_ptr<TransformKeyframe> TransformKeyframe::Create(
112 new TransformKeyframe(time, value, timing_function.Pass()));
115 TransformKeyframe::TransformKeyframe(double time, function in class:cc::TransformKeyframe
121 TransformKeyframe::~TransformKeyframe() {}
123 const TransformOperations& TransformKeyframe::Value() const {
127 scoped_ptr<TransformKeyframe> TransformKeyframe
[all...]
H A Dkeyframed_animation_curve_unittest.cc199 TransformKeyframe::Create(0.f, operations, scoped_ptr<TimingFunction>()));
217 curve->AddKeyframe(TransformKeyframe::Create(
219 curve->AddKeyframe(TransformKeyframe::Create(
238 curve->AddKeyframe(TransformKeyframe::Create(
240 curve->AddKeyframe(TransformKeyframe::Create(
242 curve->AddKeyframe(TransformKeyframe::Create(
267 curve->AddKeyframe(TransformKeyframe::Create(
269 curve->AddKeyframe(TransformKeyframe::Create(
271 curve->AddKeyframe(TransformKeyframe::Create(
273 curve->AddKeyframe(TransformKeyframe
[all...]
H A Dlayer_animation_controller_unittest.cc514 TransformKeyframe::Create(0, operations, scoped_ptr<TimingFunction>()));
517 TransformKeyframe::Create(1, operations, scoped_ptr<TimingFunction>()));
1480 curve1->AddKeyframe(TransformKeyframe::Create(
1483 curve1->AddKeyframe(TransformKeyframe::Create(
1494 curve2->AddKeyframe(TransformKeyframe::Create(
1497 curve2->AddKeyframe(TransformKeyframe::Create(
1531 curve3->AddKeyframe(TransformKeyframe::Create(
1534 curve3->AddKeyframe(TransformKeyframe::Create(
1804 curve1->AddKeyframe(TransformKeyframe::Create(
1807 curve1->AddKeyframe(TransformKeyframe
[all...]
/external/chromium_org/cc/blink/
H A Dweb_transform_animation_curve_impl.cc38 curve_->AddKeyframe(cc::TransformKeyframe::Create(
50 curve_->AddKeyframe(cc::TransformKeyframe::Create(
/external/chromium_org/cc/test/
H A Danimation_test_common.cc21 using cc::TransformKeyframe;
64 curve->AddKeyframe(TransformKeyframe::Create(
68 curve->AddKeyframe(TransformKeyframe::Create(

Completed in 915 milliseconds