Home
last modified time | relevance | path

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

/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dkey_grabber.c66 static float animation_ease_function_up(gint i, gint n) { in animation_ease_function_up() function
102 … (gint)(screen_width + (last_pos_x - screen_width) * animation_ease_function_up(i, 32)); in generate_animation_positions()
110 … (gint)(-last_width + (last_pos_x - -last_width) * animation_ease_function_up(i, 32)); in generate_animation_positions()
117 … (gint)(screen_height + (last_pos_y - screen_height) * animation_ease_function_up(i, 32)); in generate_animation_positions()
126 … (gint)(-last_height + (last_pos_y - -last_height) * animation_ease_function_up(i, 32)); in generate_animation_positions()