Searched refs:touches (Results 1 – 4 of 4) sorted by relevance
89 …v_gesture_detect_pinch(lv_indev_gesture_recognizer_t * recognizer, lv_indev_touch_data_t * touches,
204 …v_gesture_detect_pinch(lv_indev_gesture_recognizer_t * recognizer, lv_indev_touch_data_t * touches, in lv_indev_gesture_detect_pinch() argument229 touch = touches; in lv_indev_gesture_detect_pinch()231 touches++; in lv_indev_gesture_detect_pinch()
120 lv_indev_touch_data_t touches[10]; member904 app->touch_obj->input.touches[i].point.x = wl_fixed_to_int(x_w); in touch_handle_down()905 app->touch_obj->input.touches[i].point.y = wl_fixed_to_int(y_w); in touch_handle_down()906 app->touch_obj->input.touches[i].id = id; in touch_handle_down()907 app->touch_obj->input.touches[i].timestamp = time; in touch_handle_down()908 app->touch_obj->input.touches[i].state = LV_INDEV_STATE_PRESSED; in touch_handle_down()949 app->touch_obj->input.touches[i].point.x = 0; in touch_handle_up()950 app->touch_obj->input.touches[i].point.y = 0; in touch_handle_up()951 app->touch_obj->input.touches[i].id = id; in touch_handle_up()952 app->touch_obj->input.touches[i].timestamp = time; in touch_handle_up()[all …]
188 static lv_indev_touch_data_t touches[10];200 touch = &touches[0];201 lv_indev_gesture_detect_pinch(recognizer, &touches[0],