CalculateValue 48 chrome/browser/ui/autofill/loading_animation.cc double value = gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, base_value); CalculateValue 40 ui/compositor/float_animation_curve_adapter.cc gfx::Tween::CalculateValue(tween_type_, progress), CalculateValue 403 ui/compositor/layer_animation_element.cc gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), CalculateValue 463 ui/compositor/layer_animation_element.cc gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), CalculateValue 579 ui/compositor/layer_animation_element.cc gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), CalculateValue 699 ui/compositor/layer_animation_element.cc need_draw = OnProgress(gfx::Tween::CalculateValue(tween_type_, t), delegate); CalculateValue 389 ui/compositor/layer_animation_element_unittest.cc EXPECT_FLOAT_EQ(gfx::Tween::CalculateValue(tween_type, 0.5), CalculateValue 429 ui/compositor/layer_animation_element_unittest.cc gfx::Tween::CalculateValue(tween_type, 0.5)); CalculateValue 50 ui/compositor/transform_animation_curve_adapter.cc gfx::Tween::CalculateValue(tween_type_, CalculateValue 53 ui/gfx/animation/multi_animation.cc current_value_ = Tween::CalculateValue(parts_[current_part_index_].type, 1); CalculateValue 62 ui/gfx/animation/multi_animation.cc current_value_ = Tween::CalculateValue(part.type, percent); CalculateValue 30 ui/gfx/animation/multi_animation_unittest.cc EXPECT_DOUBLE_EQ(Tween::CalculateValue(Tween::EASE_OUT, .2), CalculateValue 36 ui/gfx/animation/multi_animation_unittest.cc EXPECT_DOUBLE_EQ(Tween::CalculateValue(Tween::EASE_OUT, .2), CalculateValue 97 ui/gfx/animation/slide_animation.cc state = Tween::CalculateValue(tween_type_, state); CalculateValue 38 ui/gfx/animation/tween.h static double CalculateValue(Type type, double state);