Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_letter.c57 int32_t pre_x = CURVE1_X(-1); in test_draw_sin_wave() local
65 letter_dsc.rotation = lv_atan2(y - pre_y, x - pre_x); in test_draw_sin_wave()
70 pre_x = x; in test_draw_sin_wave()
79 int32_t pre_x = CURVE2_X(-1); in test_draw_sin_wave() local
87 letter_dsc.rotation = lv_atan2(y - pre_y, x - pre_x) * 10; in test_draw_sin_wave()
93 pre_x = x; in test_draw_sin_wave()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_9.c28 int32_t pre_x = CURVE2_X(-1); in timer_cb() local
36 letter_dsc.rotation = lv_atan2(y - pre_y, x - pre_x) * 10; in timer_cb()
42 pre_x = x; in timer_cb()
Dlv_example_canvas_10.c28 int32_t pre_x = CURVE2_X(-1); in timer_cb() local
36 letter_dsc.rotation = lv_atan2(y - pre_y, x - pre_x) * 10; in timer_cb()
42 pre_x = x; in timer_cb()