Searched refs:xwl_touch (Results 1 – 3 of 3) sorted by relevance
934 static struct xwl_touch *937 struct xwl_touch *xwl_touch, *next_xwl_touch; in xwl_seat_lookup_touch() local939 xorg_list_for_each_entry_safe(xwl_touch, next_xwl_touch, in xwl_seat_lookup_touch()941 if (xwl_touch->id == id) in xwl_seat_lookup_touch()942 return xwl_touch; in xwl_seat_lookup_touch()949 xwl_touch_send_event(struct xwl_touch *xwl_touch, in xwl_touch_send_event() argument955 dx = xwl_touch->window->window->drawable.x; in xwl_touch_send_event()956 dy = xwl_touch->window->window->drawable.y; in xwl_touch_send_event()958 x = (dx + xwl_touch->x) * 0xFFFF / xwl_seat->xwl_screen->width; in xwl_touch_send_event()959 y = (dy + xwl_touch->y) * 0xFFFF / xwl_seat->xwl_screen->height; in xwl_touch_send_event()[all …]
226 struct xwl_touch { struct
32516 the translated touch events. The lifetime of xwl_touch structs is tied32526 xwayland: Add xwl_touch struct