Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture_private.h32 #define LV_GESTURE_MAX_POINTS 2 macro
54 lv_indev_gesture_motion_t motions[LV_GESTURE_MAX_POINTS];
59 …float scale_factors_x[LV_GESTURE_MAX_POINTS]; /* Scale factor relative to center for each point …
60 float scale_factors_y[LV_GESTURE_MAX_POINTS];
Dlv_indev_gesture.c354 motion_arr_sz = sizeof(lv_indev_gesture_motion_t) * LV_GESTURE_MAX_POINTS; in reset_recognizer()
378 for(i = 0; i < LV_GESTURE_MAX_POINTS; i++) { in init_gesture_info()
395 for(i = 0; i < LV_GESTURE_MAX_POINTS; i++) { in get_motion()
415 for(i = 0; i < LV_GESTURE_MAX_POINTS; i++) { in get_motion_idx()
441 if(g->finger_cnt == LV_GESTURE_MAX_POINTS) { in process_touch_event()
511 float delta_x[LV_GESTURE_MAX_POINTS] = {0.0f}; in gesture_update_center_point()
512 float delta_y[LV_GESTURE_MAX_POINTS] = {0.0f}; in gesture_update_center_point()