Home
last modified time | relevance | path

Searched refs:lv_indev_gesture_motion_t (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/indev/
Dlv_indev_gesture_private.h47 typedef struct lv_indev_gesture_motion lv_indev_gesture_motion_t; typedef
54 lv_indev_gesture_motion_t motions[LV_GESTURE_MAX_POINTS];
Dlv_indev_gesture.c43 static lv_indev_gesture_motion_t * get_motion(uint8_t id, lv_indev_gesture_t * info);
354 motion_arr_sz = sizeof(lv_indev_gesture_motion_t) * LV_GESTURE_MAX_POINTS; in reset_recognizer()
391 static lv_indev_gesture_motion_t * get_motion(uint8_t id, lv_indev_gesture_t * info) in get_motion()
433 lv_indev_gesture_motion_t * motion; in process_touch_event()
474 sizeof(lv_indev_gesture_motion_t) * len); in process_touch_event()
505 lv_indev_gesture_motion_t * motion; in gesture_update_center_point()
565 lv_indev_gesture_motion_t * motion; in gesture_calculate_factors()