HomeSort by relevance Sort by last modified time
    Searched refs:target_value_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/compositor/
float_animation_curve_adapter.cc 16 target_value_(target_value),
28 target_value_,
35 return target_value_;
42 target_value_);
transform_animation_curve_adapter.cc 16 target_value_(target_value),
19 gfx::DecomposeTransform(&decomposed_target_value_, target_value_);
33 target_value_,
41 return target_value_;
66 !target_value_.IsIdentityOrTranslation();
71 target_value_.IsIdentityOrTranslation();
float_animation_curve_adapter.h 31 float target_value_; member in class:ui::FloatAnimationCurveAdapter
transform_animation_curve_adapter.h 41 gfx::Transform target_value_; member in class:ui::TransformAnimationCurveAdapter
  /external/chromium_org/cc/animation/
scroll_offset_animation_curve.cc 57 : target_value_(target_value), timing_function_(timing_function.Pass()) {
65 total_animation_duration_ = DurationFromDelta(target_value_ - initial_value_);
76 return target_value_;
80 progress, initial_value_.x(), target_value_.x()),
82 progress, initial_value_.y(), target_value_.y()));
97 Create(target_value_, timing_function.Pass());
108 gfx::Vector2dF old_delta = target_value_ - initial_value_;
126 target_value_ = new_target;
scroll_offset_animation_curve.h 27 gfx::Vector2dF target_value() const { return target_value_; }
40 gfx::Vector2dF target_value_; member in class:cc::ScrollOffsetAnimationCurve

Completed in 1017 milliseconds