Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_indev_scroll.c46 void _lv_indev_scroll_handler(_lv_indev_proc_t * proc) in _lv_indev_scroll_handler()
109 void _lv_indev_scroll_throw_handler(_lv_indev_proc_t * proc) in _lv_indev_scroll_throw_handler()
255 static lv_obj_t * find_scroll_obj(_lv_indev_proc_t * proc) in find_scroll_obj()
384 static void init_scroll_limits(_lv_indev_proc_t * proc) in init_scroll_limits()
553 static void scroll_limit_diff(_lv_indev_proc_t * proc, lv_coord_t * diff_x, lv_coord_t * diff_y) in scroll_limit_diff()
576 static lv_coord_t scroll_throw_predict_y(_lv_indev_proc_t * proc) in scroll_throw_predict_y()
591 static lv_coord_t scroll_throw_predict_x(_lv_indev_proc_t * proc) in scroll_throw_predict_x()
Dlv_indev.c816 static void indev_proc_press(_lv_indev_proc_t * proc) in indev_proc_press()
949 static void indev_proc_release(_lv_indev_proc_t * proc) in indev_proc_release()
1049 static void indev_click_focus(_lv_indev_proc_t * proc) in indev_click_focus()
1118 void indev_gesture(_lv_indev_proc_t * proc) in indev_gesture()
1171 static bool indev_reset_check(_lv_indev_proc_t * proc) in indev_reset_check()
/lvgl-3.7.0/src/hal/
Dlv_hal_indev.h176 _lv_indev_proc_t proc; member