Searched refs:TransformKeyframe (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/cc/animation/ |
D | keyframed_animation_curve_unittest.cc | 199 TransformKeyframe::Create(0.f, operations, scoped_ptr<TimingFunction>())); in TEST() 217 curve->AddKeyframe(TransformKeyframe::Create( in TEST() 219 curve->AddKeyframe(TransformKeyframe::Create( in TEST() 238 curve->AddKeyframe(TransformKeyframe::Create( in TEST() 240 curve->AddKeyframe(TransformKeyframe::Create( in TEST() 242 curve->AddKeyframe(TransformKeyframe::Create( in TEST() 267 curve->AddKeyframe(TransformKeyframe::Create( in TEST() 269 curve->AddKeyframe(TransformKeyframe::Create( in TEST() 271 curve->AddKeyframe(TransformKeyframe::Create( in TEST() 273 curve->AddKeyframe(TransformKeyframe::Create( in TEST() [all …]
|
D | 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); 196 ScopedPtrVector<TransformKeyframe> keyframes_;
|
D | keyframed_animation_curve.cc | 107 scoped_ptr<TransformKeyframe> TransformKeyframe::Create( in Create() 112 new TransformKeyframe(time, value, timing_function.Pass())); in Create() 115 TransformKeyframe::TransformKeyframe(double time, in TransformKeyframe() function in cc::TransformKeyframe 121 TransformKeyframe::~TransformKeyframe() {} in ~TransformKeyframe() 123 const TransformOperations& TransformKeyframe::Value() const { in Value() 127 scoped_ptr<TransformKeyframe> TransformKeyframe::Clone() const { in Clone() 131 return TransformKeyframe::Create(Time(), Value(), func.Pass()); in Clone() 263 scoped_ptr<TransformKeyframe> keyframe) { in AddKeyframe() 305 return GetCurveValue<gfx::Transform, TransformKeyframe>(&keyframes_, t); in GetValue()
|
D | layer_animation_controller_unittest.cc | 514 TransformKeyframe::Create(0, operations, scoped_ptr<TimingFunction>())); in TEST() 517 TransformKeyframe::Create(1, operations, scoped_ptr<TimingFunction>())); in TEST() 1480 curve1->AddKeyframe(TransformKeyframe::Create( in TEST() 1483 curve1->AddKeyframe(TransformKeyframe::Create( in TEST() 1494 curve2->AddKeyframe(TransformKeyframe::Create( in TEST() 1497 curve2->AddKeyframe(TransformKeyframe::Create( in TEST() 1531 curve3->AddKeyframe(TransformKeyframe::Create( in TEST() 1534 curve3->AddKeyframe(TransformKeyframe::Create( in TEST() 1804 curve1->AddKeyframe(TransformKeyframe::Create( in TEST() 1807 curve1->AddKeyframe(TransformKeyframe::Create( in TEST() [all …]
|
/external/chromium_org/cc/blink/ |
D | web_transform_animation_curve_impl.cc | 38 curve_->AddKeyframe(cc::TransformKeyframe::Create( in add() 50 curve_->AddKeyframe(cc::TransformKeyframe::Create( in add()
|
/external/chromium_org/cc/test/ |
D | animation_test_common.cc | 21 using cc::TransformKeyframe; 64 curve->AddKeyframe(TransformKeyframe::Create( in AddAnimatedTransform() 68 curve->AddKeyframe(TransformKeyframe::Create( in AddAnimatedTransform()
|