Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_event.h165 lv_hit_test_info_t * lv_event_get_hit_test_info(lv_event_t * e);
Dlv_obj_event.c298 lv_hit_test_info_t * lv_event_get_hit_test_info(lv_event_t * e) in lv_event_get_hit_test_info()
Dlv_obj_pos.c965 lv_hit_test_info_t hit_info; in lv_obj_hit_test()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_slider.c185 lv_hit_test_info_t info = { in test_normal_mode_slider_hit_test()
205 lv_hit_test_info_t info = { in test_slider_range_event_hit_test()
/lvgl-latest/src/misc/
Dlv_types.h168 typedef struct _lv_hit_test_info_t lv_hit_test_info_t; typedef
/lvgl-latest/src/widgets/slider/
Dlv_slider.c246 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_slider_event()
/lvgl-latest/src/widgets/image/
Dlv_image.c653 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_image_event()
/lvgl-latest/src/widgets/arc/
Dlv_arc.c642 lv_hit_test_info_t * info = lv_event_get_param(e); in lv_arc_event()