Searched refs:TransformAnimationCurveAdapter (Results 1 – 4 of 4) sorted by relevance
9 TransformAnimationCurveAdapter::TransformAnimationCurveAdapter( in TransformAnimationCurveAdapter() function in ui::TransformAnimationCurveAdapter22 TransformAnimationCurveAdapter::~TransformAnimationCurveAdapter() { in ~TransformAnimationCurveAdapter()25 double TransformAnimationCurveAdapter::Duration() const { in Duration()29 scoped_ptr<cc::AnimationCurve> TransformAnimationCurveAdapter::Clone() const { in Clone()30 scoped_ptr<TransformAnimationCurveAdapter> to_return( in Clone()31 new TransformAnimationCurveAdapter(tween_type_, in Clone()38 gfx::Transform TransformAnimationCurveAdapter::GetValue( in GetValue()55 bool TransformAnimationCurveAdapter::AnimatedBoundsForBox( in AnimatedBoundsForBox()64 bool TransformAnimationCurveAdapter::AffectsScale() const { in AffectsScale()69 bool TransformAnimationCurveAdapter::IsTranslation() const { in IsTranslation()[all …]
17 class COMPOSITOR_EXPORT TransformAnimationCurveAdapter20 TransformAnimationCurveAdapter(gfx::Tween::Type tween_type,25 virtual ~TransformAnimationCurveAdapter();46 DISALLOW_ASSIGN(TransformAnimationCurveAdapter);52 InverseTransformCurveAdapter(TransformAnimationCurveAdapter base_curve,69 TransformAnimationCurveAdapter base_curve_;
33 TransformAnimationCurveAdapter parent_curve(gfx::Tween::LINEAR, in TEST()
470 new TransformAnimationCurveAdapter(tween_type(), in CreateCCAnimation()525 TransformAnimationCurveAdapter base_curve(tween_type(), in OnStart()