Searched refs:target_value_ (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/cc/animation/ |
D | scroll_offset_animation_curve.cc | 57 : target_value_(target_value), timing_function_(timing_function.Pass()) { in ScrollOffsetAnimationCurve() 65 total_animation_duration_ = DurationFromDelta(target_value_ - initial_value_); in SetInitialValue() 76 return target_value_; in GetValue() 80 progress, initial_value_.x(), target_value_.x()), in GetValue() 82 progress, initial_value_.y(), target_value_.y())); in GetValue() 97 Create(target_value_, timing_function.Pass()); in Clone() 108 gfx::Vector2dF old_delta = target_value_ - initial_value_; in UpdateTarget() 126 target_value_ = new_target; in UpdateTarget()
|
D | scroll_offset_animation_curve.h | 27 gfx::Vector2dF target_value() const { return target_value_; } in target_value() 40 gfx::Vector2dF target_value_; variable
|
/external/chromium_org/ui/compositor/ |
D | transform_animation_curve_adapter.cc | 16 target_value_(target_value), in TransformAnimationCurveAdapter() 19 gfx::DecomposeTransform(&decomposed_target_value_, target_value_); in TransformAnimationCurveAdapter() 33 target_value_, in Clone() 41 return target_value_; in GetValue() 66 !target_value_.IsIdentityOrTranslation(); in AffectsScale() 71 target_value_.IsIdentityOrTranslation(); in IsTranslation()
|
D | float_animation_curve_adapter.cc | 16 target_value_(target_value), in FloatAnimationCurveAdapter() 28 target_value_, in Clone() 35 return target_value_; in GetValue() 42 target_value_); in GetValue()
|
D | float_animation_curve_adapter.h | 31 float target_value_; variable
|
D | transform_animation_curve_adapter.h | 41 gfx::Transform target_value_; variable
|