HomeSort by relevance Sort by last modified time
    Searched refs:TransformKeyframe (Results 1 - 6 of 6) 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...]
keyframed_animation_curve_unittest.cc 199 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::Create
    [all...]
layer_animation_controller_unittest.cc 429 TransformKeyframe::Create(0, operations, scoped_ptr<TimingFunction>()));
432 TransformKeyframe::Create(1, operations, scoped_ptr<TimingFunction>()));
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_transform_animation_curve_impl.cc 36 curve_->AddKeyframe(cc::TransformKeyframe::Create(
48 curve_->AddKeyframe(cc::TransformKeyframe::Create(
  /external/chromium_org/cc/test/
animation_test_common.cc 21 using cc::TransformKeyframe;
66 curve->AddKeyframe(TransformKeyframe::Create(
72 curve->AddKeyframe(TransformKeyframe::Create(

Completed in 2870 milliseconds