Home
last modified time | relevance | path

Searched refs:TransformAnimationCurveAdapter (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/compositor/
Dtransform_animation_curve_adapter.cc9 TransformAnimationCurveAdapter::TransformAnimationCurveAdapter( in TransformAnimationCurveAdapter() function in ui::TransformAnimationCurveAdapter
22 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 …]
Dtransform_animation_curve_adapter.h17 class COMPOSITOR_EXPORT TransformAnimationCurveAdapter
20 TransformAnimationCurveAdapter(gfx::Tween::Type tween_type,
25 virtual ~TransformAnimationCurveAdapter();
46 DISALLOW_ASSIGN(TransformAnimationCurveAdapter);
52 InverseTransformCurveAdapter(TransformAnimationCurveAdapter base_curve,
69 TransformAnimationCurveAdapter base_curve_;
Dtransform_animation_curve_adapter_unittest.cc33 TransformAnimationCurveAdapter parent_curve(gfx::Tween::LINEAR, in TEST()
Dlayer_animation_element.cc470 new TransformAnimationCurveAdapter(tween_type(), in CreateCCAnimation()
525 TransformAnimationCurveAdapter base_curve(tween_type(), in OnStart()