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

  /external/chromium_org/ui/compositor/
transform_animation_curve_adapter.cc 9 TransformAnimationCurveAdapter::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::AnimatedBoundsForBox
    [all...]
transform_animation_curve_adapter.h 17 class COMPOSITOR_EXPORT TransformAnimationCurveAdapter
20 TransformAnimationCurveAdapter(gfx::Tween::Type tween_type,
25 virtual ~TransformAnimationCurveAdapter();
45 DISALLOW_ASSIGN(TransformAnimationCurveAdapter);
51 InverseTransformCurveAdapter(TransformAnimationCurveAdapter base_curve,
67 TransformAnimationCurveAdapter base_curve_;

Completed in 55 milliseconds