|
static float | easing_linear (float t, float b, float c, float d) |
|
static float | easing_in_out_quad (float t, float b, float c, float d) |
|
static float | easing_in_quad (float t, float b, float c, float d) |
|
static float | easing_out_quad (float t, float b, float c, float d) |
|
static float | easing_out_in_quad (float t, float b, float c, float d) |
|
static float | easing_in_cubic (float t, float b, float c, float d) |
|
static float | easing_out_cubic (float t, float b, float c, float d) |
|
static float | easing_in_out_cubic (float t, float b, float c, float d) |
|
static float | easing_out_in_cubic (float t, float b, float c, float d) |
|
static float | easing_in_quart (float t, float b, float c, float d) |
|
static float | easing_out_quart (float t, float b, float c, float d) |
|
static float | easing_in_out_quart (float t, float b, float c, float d) |
|
static float | easing_out_in_quart (float t, float b, float c, float d) |
|
static float | easing_in_quint (float t, float b, float c, float d) |
|
static float | easing_out_quint (float t, float b, float c, float d) |
|
static float | easing_in_out_quint (float t, float b, float c, float d) |
|
static float | easing_out_in_quint (float t, float b, float c, float d) |
|
static float | easing_in_sine (float t, float b, float c, float d) |
|
static float | easing_out_sine (float t, float b, float c, float d) |
|
static float | easing_in_out_sine (float t, float b, float c, float d) |
|
static float | easing_out_in_sine (float t, float b, float c, float d) |
|
static float | easing_in_expo (float t, float b, float c, float d) |
|
static float | easing_out_expo (float t, float b, float c, float d) |
|
static float | easing_in_out_expo (float t, float b, float c, float d) |
|
static float | easing_out_in_expo (float t, float b, float c, float d) |
|
static float | easing_in_circ (float t, float b, float c, float d) |
|
static float | easing_out_circ (float t, float b, float c, float d) |
|
static float | easing_in_out_circ (float t, float b, float c, float d) |
|
static float | easing_out_in_circ (float t, float b, float c, float d) |
|
static float | easing_out_bounce (float t, float b, float c, float d) |
|
static float | easing_in_bounce (float t, float b, float c, float d) |
|
static float | easing_in_out_bounce (float t, float b, float c, float d) |
|
static float | easing_out_in_bounce (float t, float b, float c, float d) |
|
static void | menu_animation_ticker_generic (uint64_t idx, size_t max_width, size_t *offset, size_t *width) |
|
void | menu_animation_init (void) |
|
void | menu_animation_free (void) |
|
bool | menu_animation_push (menu_animation_ctx_entry_t *entry) |
|
bool | menu_animation_update (float delta_time) |
|
bool | menu_animation_ticker (const menu_animation_ctx_ticker_t *ticker) |
|
bool | menu_animation_get_ideal_delta_time (menu_animation_ctx_delta_t *delta) |
|
void | menu_animation_update_time (bool timedate_enable) |
|
bool | menu_animation_is_active (void) |
|
bool | menu_animation_kill_by_tag (menu_animation_ctx_tag *tag) |
|
void | menu_animation_kill_by_subject (menu_animation_ctx_subject_t *subject) |
|
float | menu_animation_get_delta_time (void) |
|
bool | menu_animation_ctl (enum menu_animation_ctl_state state, void *data) |
|
void | menu_timer_start (menu_timer_t *timer, menu_timer_ctx_entry_t *timer_entry) |
|
void | menu_timer_kill (menu_timer_t *timer) |
|