Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.c46 static void gesture_update_center_point(lv_indev_gesture_t * gesture, int touch_points_nb);
249 gesture_update_center_point(r->info, 2); in lv_indev_gesture_detect_pinch()
503 static void gesture_update_center_point(lv_indev_gesture_t * gesture, int touch_points_nb) in gesture_update_center_point() function