HomeSort by relevance Sort by last modified time
    Searched full:transformkeyframe (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/animation/
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...]
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_unittest.cc 104 TransformKeyframe::Create(0.f, operations, scoped_ptr<TimingFunction>()));
122 curve->AddKeyframe(TransformKeyframe::Create(
124 curve->AddKeyframe(TransformKeyframe::Create(
143 curve->AddKeyframe(TransformKeyframe::Create(
145 curve->AddKeyframe(TransformKeyframe::Create(
147 curve->AddKeyframe(TransformKeyframe::Create(
172 curve->AddKeyframe(TransformKeyframe::Create(
174 curve->AddKeyframe(TransformKeyframe::Create(
176 curve->AddKeyframe(TransformKeyframe::Create(
178 curve->AddKeyframe(TransformKeyframe::Create
    [all...]
layer_animation_controller_unittest.cc 344 curve->AddKeyframe(TransformKeyframe::Create(
347 curve->AddKeyframe(TransformKeyframe::Create(
    [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;
67 curve->AddKeyframe(TransformKeyframe::Create(
75 curve->AddKeyframe(TransformKeyframe::Create(

Completed in 632 milliseconds