Home
last modified time | relevance | path

Searched refs:gx_utility_math_sin (Results 1 – 25 of 66) sorted by relevance

123

/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Dpage_2_clock_5_screen.c168 ydist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * LINE_LENGTH); in clock_5_screen_draw()
177 ydist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * LINE_LENGTH); in clock_5_screen_draw()
183 ydist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * LINE_LENGTH); in clock_5_screen_draw()
Dpage_2_clock_3_screen.c99 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * LINE_LENGTH); in clock_3_screen_draw()
/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Ddemo_guix_washing_machine.c379 ydist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(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()
394 ydist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * ROTATION_DISTANCE); in animation_wave_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/
Dmath_screen.c24 chart_data[num_data_vals - chart_data_min] = gx_utility_math_sin(num_data_vals << 8); in generate_line_chart_data()
/GUIX-v6.2.1/test/example_internal/partial_frame_buffer_16bpp/
Dline_screen.c36 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * LINE_LENGTH); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_4bpp/
Dline_screen.c36 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * LINE_WINDOW_LINE_LENGTH); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_332rgb/
Dline_screen.c36 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * LINE_LENGTH); in calculate_line_ends()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_lines_565rgb.c89 y_dist = gx_utility_math_sin(scaled_angle) * LINE_LENGTH; in test_calculate_line_ends()
Dvalidation_guix_display_driver_alised_wide_line_draw.c89 y_dist = gx_utility_math_sin(scaled_angle) * LINE_LENGTH; in test_calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw_binary/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_6_1_3/
Dlines_screen.c34 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_cw/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_cw_binary/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/
Dlines_screen.c36 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/
Dlines_screen.c36 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/
Dlines_screen.c35 y_dist = GX_FIXED_VAL_TO_INT(gx_utility_math_sin(scaled_angle) * lines_screen_line_length); in calculate_line_ends()

123