Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/
H A Dgfx_animation.c91 static float easing_in_cubic(float t, float b, float c, float d) in easing_in_cubic() function
114 return easing_in_cubic((t * 2) - d, b + c / 2, c / 2, d); in easing_out_in_cubic()
1029 t.easing = &easing_in_cubic; in gfx_animation_push()