Home
last modified time | relevance | path

Searched refs:BLI_easing_bounce_ease_out (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Deasing.c69 float BLI_easing_bounce_ease_out(float time, float begin, float change, float duration) in BLI_easing_bounce_ease_out() function
89 return change - BLI_easing_bounce_ease_out(duration - time, 0, change, duration) + begin; in BLI_easing_bounce_ease_in()
97 return BLI_easing_bounce_ease_out(time * 2 - duration, 0, change, duration) * 0.5f + in BLI_easing_bounce_ease_in_out()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_easing.h47 float BLI_easing_bounce_ease_out(float time, float begin, float change, float duration);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_interpolate.c779 result = BLI_easing_bounce_ease_out(time, begin, change, duration); in gpencil_interpolate_seq_easing_calc()
786 result = BLI_easing_bounce_ease_out(time, begin, change, duration); in gpencil_interpolate_seq_easing_calc()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfcurve.c1809 return BLI_easing_bounce_ease_out(time, begin, change, duration); in fcurve_eval_keyframes_interpolate()
1814 return BLI_easing_bounce_ease_out(time, begin, change, duration); in fcurve_eval_keyframes_interpolate()