Searched refs:touch_cnt (Results 1 – 3 of 3) sorted by relevance
205 uint16_t touch_cnt) in lv_indev_gesture_detect_pinch() argument227 for(i = 0; i < touch_cnt; i++) { in lv_indev_gesture_detect_pinch()513 uint8_t touch_cnt = 0; in gesture_update_center_point() local527 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() local582 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()
90 uint16_t touch_cnt);
191 static uint8_t touch_cnt;202 touch_cnt);204 touch_cnt = 0;