Searched defs:TransformAnimationCurveAdapter (Results 1 - 2 of 2) 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_;

Completed in 518 milliseconds