HomeSort by relevance Sort by last modified time
    Searched defs:FilterKeyframe (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/animation/
keyframed_animation_curve.h 95 class CC_EXPORT FilterKeyframe : public Keyframe {
97 static scoped_ptr<FilterKeyframe> Create(
101 virtual ~FilterKeyframe();
105 scoped_ptr<FilterKeyframe> Clone() const;
108 FilterKeyframe(
209 void AddKeyframe(scoped_ptr<FilterKeyframe> keyframe);
224 ScopedPtrVector<FilterKeyframe> keyframes_;
keyframed_animation_curve.cc 134 scoped_ptr<FilterKeyframe> FilterKeyframe::Create(
139 new FilterKeyframe(time, value, timing_function.Pass()));
142 FilterKeyframe::FilterKeyframe(double time,
148 FilterKeyframe::~FilterKeyframe() {}
150 const FilterOperations& FilterKeyframe::Value() const {
154 scoped_ptr<FilterKeyframe> FilterKeyframe::Clone() const
    [all...]

Completed in 1261 milliseconds