Lines Matching refs:touch_id
818 int touch_id, wl_fixed_t x, wl_fixed_t y) in weston_touch_send_down() argument
841 touch_id, sx, sy); in weston_touch_send_down()
847 const struct timespec *time, int touch_id, in default_grab_touch_down() argument
850 weston_touch_send_down(grab->touch, time, touch_id, x, y); in default_grab_touch_down()
865 int touch_id) in weston_touch_send_up() argument
883 wl_touch_send_up(resource, serial, msecs, touch_id); in weston_touch_send_up()
889 const struct timespec *time, int touch_id) in default_grab_touch_up() argument
891 weston_touch_send_up(grab->touch, time, touch_id); in default_grab_touch_up()
908 const struct timespec *time, int touch_id, in weston_touch_send_motion() argument
928 touch_id, sx, sy); in weston_touch_send_motion()
934 const struct timespec *time, int touch_id, in default_grab_touch_motion() argument
937 weston_touch_send_motion(grab->touch, time, touch_id, x, y); in default_grab_touch_motion()
2374 const struct timespec *time, int touch_id, in process_touch_normal() argument
2386 if (touch_id == touch->grab_touch_id && touch_type != WL_TOUCH_UP) { in process_touch_normal()
2411 grab->interface->down(grab, time, touch_id, x, y); in process_touch_normal()
2415 touch->grab_touch_id = touch_id; in process_touch_normal()
2427 grab->interface->motion(grab, time, touch_id, x, y); in process_touch_normal()
2430 grab->interface->up(grab, time, touch_id); in process_touch_normal()
2563 int touch_id, in notify_touch_normalized() argument
2607 process_touch_normal(device, time, touch_id, x, y, touch_type); in notify_touch_normalized()
2611 notify_touch_calibrator(device, time, touch_id, in notify_touch_normalized()