Searched refs:FloatValueBetween (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dfloat_animation_curve_adapter.cc39 return gfx::Tween::FloatValueBetween(
H A Dlayer_animation_element.cc186 gfx::Tween::FloatValueBetween(t, start_, target_));
267 gfx::Tween::FloatValueBetween(t, start_, target_));
308 gfx::Tween::FloatValueBetween(t, start_, target_));
450 delegate->SetOpacityFromAnimation(gfx::Tween::FloatValueBetween(
/external/chromium_org/ui/gfx/animation/
H A Dtween.h36 static float FloatValueBetween(double value, float start, float target);
H A Dtween.cc75 float blended_premultiplied = Tween::FloatValueBetween(
86 float blended_a = FloatValueBetween(value, start_a, target_a);
120 float Tween::FloatValueBetween(double value, float start, float target) { function in class:gfx::Tween
/external/chromium_org/cc/animation/
H A Dscroll_offset_animation_curve.cc56 return gfx::Vector2dF(gfx::Tween::FloatValueBetween(
58 gfx::Tween::FloatValueBetween(
H A Dtransform_operations_unittest.cc1022 t = gfx::Tween::FloatValueBetween(t, min_progress, max_progress);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dloading_animation.cc71 position = gfx::Tween::FloatValueBetween(inter_frame_value,
/external/chromium_org/cc/output/
H A Dfilter_operation.cc197 gfx::Tween::FloatValueBetween(progress, from_op.amount(), to_op.amount()),

Completed in 620 milliseconds