Home
last modified time | relevance | path

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

/lvgl-latest/src/indev/
Dlv_indev_gesture.c205 uint16_t touch_cnt) in lv_indev_gesture_detect_pinch() argument
227 for(i = 0; i < touch_cnt; i++) { in lv_indev_gesture_detect_pinch()
513 uint8_t touch_cnt = 0; in gesture_update_center_point() local
527 touch_cnt++; in gesture_update_center_point()
535 g->center.x = x / touch_cnt; in gesture_update_center_point()
536 g->center.y = y / touch_cnt; in gesture_update_center_point()
574 int8_t touch_cnt = 0; in gesture_calculate_factors() local
582 touch_cnt++; in gesture_calculate_factors()
590 center_x = center_x / touch_cnt; in gesture_calculate_factors()
591 center_y = center_y / touch_cnt; in gesture_calculate_factors()
Dlv_indev_gesture.h90 uint16_t touch_cnt);
/lvgl-latest/docs/details/main-components/
Dindev.rst191 static uint8_t touch_cnt;
202 touch_cnt);
204 touch_cnt = 0;