Home
last modified time | relevance | path

Searched defs:void (Results 101 – 125 of 471) sorted by relevance

12345678910>>...19

/lvgl-latest/tests/src/
Dlv_test_indev.c37 void lv_test_mouse_press(void) in lv_test_mouse_press() argument
42 void lv_test_mouse_release(void) in lv_test_mouse_release() argument
71 void lv_test_key_release(void) in lv_test_key_release() argument
106 void lv_test_encoder_press(void) in lv_test_encoder_press() argument
111 void lv_test_encoder_release(void) in lv_test_encoder_release() argument
116 void lv_test_encoder_click(void) in lv_test_encoder_click() argument
Dlv_test_init.c21 void lv_test_init(void) in lv_test_init() argument
43 void lv_test_deinit(void) in lv_test_deinit() argument
59 static void hal_init(void) in hal_init() argument
98 void lv_test_assert_fail(void) in lv_test_assert_fail() argument
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_svg.c12 void setUp(void) in setUp() argument
22 void tearDown(void) in tearDown() argument
56 void test_draw_group(void) in test_draw_group() argument
140 void test_draw_shapes(void) in test_draw_shapes() argument
313 void test_draw_image(void) in test_draw_image() argument
474 void test_draw_text(void) in test_draw_text() argument
505 void test_draw_complex(void) in test_draw_complex() argument
663 void test_draw_svg(void) in test_draw_svg() argument
701 void test_draw_svg(void) in test_draw_svg() argument
/lvgl-latest/tests/src/test_cases/
Dtest_screen_load.c7 void test_screen_load_no_crash(void) in test_screen_load_no_crash() argument
22 void test_screen_load_with_delete_no_crash(void) in test_screen_load_with_delete_no_crash() argument
54 void test_screen_load_with_delete_no_crash2(void) in test_screen_load_with_delete_no_crash2() argument
97 void test_screen_load_with_delete_event(void) in test_screen_load_with_delete_event() argument
Dtest_file_explorer.c14 void setUp(void) in setUp() argument
22 void tearDown(void) in tearDown() argument
28 void test_file_explorer_read_dir(void) in test_file_explorer_read_dir() argument
Dtest_margin_align.c9 void setUp(void) in setUp() argument
14 void tearDown(void) in tearDown() argument
38 void test_align(void) in test_align() argument
Dtest_gridnav.c15 void setUp(void) in setUp() argument
22 void tearDown(void) in tearDown() argument
94 void test_gridnav_vertical_move_only(void) in test_gridnav_vertical_move_only() argument
104 void test_gridnav_horizontal_move_only(void) in test_gridnav_horizontal_move_only() argument
Dtest_hover.c25 void setUp(void) in setUp() argument
30 void tearDown(void) in tearDown() argument
54 void test_hover_basic(void) in test_hover_basic() argument
82 void test_hover_delete(void) in test_hover_delete() argument
Dtest_svg_anim.c8 void setUp(void) in setUp() argument
12 void tearDown(void) in tearDown() argument
16 void testAnimate(void) in testAnimate() argument
45 void testSet(void) in testSet() argument
65 void testAnimateMotion(void) in testAnimateMotion() argument
186 void testAnimateTransform(void) in testAnimateTransform() argument
235 void testAnimateColor(void) in testAnimateColor() argument
Dtest_draw_buf_stride.c8 void setUp(void) in setUp() argument
13 void tearDown(void) in tearDown() argument
18 void test_draw_buf_stride_adjust(void) in test_draw_buf_stride_adjust() argument
Dtest_margin_flex.c9 void setUp(void) in setUp() argument
14 void tearDown(void) in tearDown() argument
37 void test_flex(void) in test_flex() argument
/lvgl-latest/examples/widgets/lottie/
Dlv_example_lottie_1.c8 void lv_example_lottie_1(void) in lv_example_lottie_1() argument
32 void lv_example_lottie_1(void) in lv_example_lottie_1() argument
Dlv_example_lottie_2.c8 void lv_example_lottie_2(void) in lv_example_lottie_2() argument
30 void lv_example_lottie_2(void) in lv_example_lottie_2() argument
/lvgl-latest/src/drivers/uefi/
Dlv_uefi_context.c68 void lv_uefi_platform_init(void) in lv_uefi_platform_init() argument
82 void lv_uefi_platform_deinit(void) in lv_uefi_platform_deinit() argument
/lvgl-latest/tests/src/test_cases/xml/
Dtest_xml_tabview.c6 void setUp(void) in setUp() argument
11 void tearDown(void) in tearDown() argument
17 void test_xml_tabview_with_attrs(void) in test_xml_tabview_with_attrs() argument
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c87 static void empty_screen_cb(void) in empty_screen_cb() argument
92 static void moving_wallpaper_cb(void) in moving_wallpaper_cb() argument
104 static void single_rectangle_cb(void) in single_rectangle_cb() argument
116 static void multiple_rectangles_cb(void) in multiple_rectangles_cb() argument
132 static void multiple_rgb_images_cb(void) in multiple_rgb_images_cb() argument
159 static void multiple_argb_images_cb(void) in multiple_argb_images_cb() argument
186 static void rotated_argb_image_cb(void) in rotated_argb_image_cb() argument
214 static void multiple_labels_cb(void) in multiple_labels_cb() argument
248 static void screen_sized_text_cb(void) in screen_sized_text_cb() argument
275 static void multiple_arcs_cb(void) in multiple_arcs_cb() argument
[all …]
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c86 void lv_demo_smartwatch(void) in lv_demo_smartwatch() argument
203 bool lv_demo_smartwatch_get_load_app_list(void) in lv_demo_smartwatch_get_load_app_list() argument
208 lv_obj_t * lv_demo_smartwatch_get_tileview(void) in lv_demo_smartwatch_get_tileview() argument
218 void lv_demo_smartwatch_load_home_watchface(void) in lv_demo_smartwatch_load_home_watchface() argument
229 lv_scrollbar_mode_t lv_demo_smartwatch_get_scrollbar_mode(void) in lv_demo_smartwatch_get_scrollbar_mode() argument
249 bool lv_demo_smartwatch_get_scroll_hint(void) in lv_demo_smartwatch_get_scroll_hint() argument
377 static void lv_create_home_tile(void) in lv_create_home_tile() argument
394 static void create_dialog_window(void) in create_dialog_window() argument
476 static void create_scroll_hints(void) in create_scroll_hints() argument
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_flags.c8 void setUp(void) in setUp() argument
13 void tearDown(void) in tearDown() argument
30 void test_obj_flag_overflow_visible_1(void) in test_obj_flag_overflow_visible_1() argument
/lvgl-latest/src/stdlib/clib/
Dlv_mem_core_clib.c36 void lv_mem_init(void) in lv_mem_init() argument
41 void lv_mem_deinit(void) in lv_mem_deinit() argument
84 lv_result_t lv_mem_test_core(void) in lv_mem_test_core() argument
/lvgl-latest/src/stdlib/micropython/
Dlv_mem_core_micropython.c37 void lv_mem_init(void) in lv_mem_init() argument
42 void lv_mem_deinit(void) in lv_mem_deinit() argument
100 lv_result_t lv_mem_test_core(void) in lv_mem_test_core() argument
/lvgl-latest/src/stdlib/rtthread/
Dlv_mem_core_rtthread.c41 void lv_mem_init(void) in lv_mem_init() argument
46 void lv_mem_deinit(void) in lv_mem_deinit() argument
88 lv_result_t lv_mem_test_core(void) in lv_mem_test_core() argument
/lvgl-latest/examples/styles/
Dlv_example_style_16.c10 void lv_example_style_16(void) in lv_example_style_16() argument
73 void lv_example_style_16(void) in lv_example_style_16() argument
/lvgl-latest/src/
Dlv_init.c155 bool lv_is_initialized(void) in lv_is_initialized() argument
165 void lv_init(void) in lv_init() argument
384 void lv_deinit(void) in lv_deinit() argument
/lvgl-latest/src/misc/
Dlv_timer.c55 void lv_timer_core_init(void) in lv_timer_core_init() argument
63 LV_ATTRIBUTE_TIMER_HANDLER uint32_t lv_timer_handler(void) in lv_timer_handler() argument
150 LV_ATTRIBUTE_TIMER_HANDLER void lv_timer_periodic_handler(void) in lv_timer_periodic_handler() argument
160 lv_timer_t * lv_timer_create_basic(void) in lv_timer_create_basic() argument
258 void lv_timer_core_deinit(void) in lv_timer_core_deinit() argument
265 uint32_t lv_timer_get_idle(void) in lv_timer_get_idle() argument
270 uint32_t lv_timer_get_time_until_next(void) in lv_timer_get_time_until_next() argument
375 static void lv_timer_handler_resume(void) in lv_timer_handler_resume() argument
/lvgl-latest/examples/libs/freetype/
Dlv_example_freetype_1.c14 void lv_example_freetype_1(void) in lv_example_freetype_1() argument
41 void lv_example_freetype_1(void) in lv_example_freetype_1() argument

12345678910>>...19