Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c934 static struct xwl_touch *
937 struct xwl_touch *xwl_touch, *next_xwl_touch; in xwl_seat_lookup_touch() local
939 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() argument
955 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 …]
H A Dxwayland.h226 struct xwl_touch { struct
/OK3568_Linux_fs/external/xserver/
H A DChangeLog32516 the translated touch events. The lifetime of xwl_touch structs is tied
32526 xwayland: Add xwl_touch struct