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

/external/chromium_org/ui/compositor/
H A Dtransform_animation_curve_adapter.cc9 TransformAnimationCurveAdapter::TransformAnimationCurveAdapter( function in class:ui::TransformAnimationCurveAdapter
22 TransformAnimationCurveAdapter::~TransformAnimationCurveAdapter() {
25 double TransformAnimationCurveAdapter::Duration() const {
29 scoped_ptr<cc::AnimationCurve> TransformAnimationCurveAdapter::Clone() const {
30 scoped_ptr<TransformAnimationCurveAdapter> to_return(
31 new TransformAnimationCurveAdapter(tween_type_,
38 gfx::Transform TransformAnimationCurveAdapter::GetValue(
55 bool TransformAnimationCurveAdapter
[all...]
H A Dtransform_animation_curve_adapter.h17 class COMPOSITOR_EXPORT TransformAnimationCurveAdapter class in namespace:ui
20 TransformAnimationCurveAdapter(gfx::Tween::Type tween_type,
25 virtual ~TransformAnimationCurveAdapter();
46 DISALLOW_ASSIGN(TransformAnimationCurveAdapter);
52 InverseTransformCurveAdapter(TransformAnimationCurveAdapter base_curve,
69 TransformAnimationCurveAdapter base_curve_;
H A Dtransform_animation_curve_adapter_unittest.cc33 TransformAnimationCurveAdapter parent_curve(gfx::Tween::LINEAR,
H A Dlayer_animation_element.cc470 new TransformAnimationCurveAdapter(tween_type(),
525 TransformAnimationCurveAdapter base_curve(tween_type(),

Completed in 148 milliseconds