Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Ddemo_guix_washing_machine.c13 #define ROTATION_DISTANCE 25 macro
378 xdist = GX_FIXED_VAL_TO_INT(gx_utility_math_cos(scaled_angle) * ROTATION_DISTANCE); in animation_wave_draw()
379 ydist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * ROTATION_DISTANCE); in animation_wave_draw()
387 xdist = GX_FIXED_VAL_TO_INT(gx_utility_math_cos(scaled_angle) * ROTATION_DISTANCE); in animation_wave_draw()
388 ydist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * ROTATION_DISTANCE); in animation_wave_draw()
393 xdist = GX_FIXED_VAL_TO_INT(gx_utility_math_cos(scaled_angle) * ROTATION_DISTANCE); in animation_wave_draw()
394 ydist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * ROTATION_DISTANCE); in animation_wave_draw()