Home
last modified time | relevance | path

Searched defs:xwl_tablet_tool (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.h309 struct xwl_tablet_tool { struct
310 struct xorg_list link;
311 struct zwp_tablet_tool_v2 *tool;
312 struct xwl_seat *seat;
314 DeviceIntPtr xdevice;
315 uint32_t proximity_in_serial;
316 double x;
317 double y;
318 uint32_t pressure;
319 double tilt_x;
[all …]
H A Dxwayland-input.c1508 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_receive_type() local
1551 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_receive_removed() local
1564 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_proximity_in() local
1587 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_proximity_out() local
1603 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_down() local
1616 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_up() local
1627 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_motion() local
1647 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_pressure() local
1667 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_tilt() local
1681 struct xwl_tablet_tool *xwl_tablet_tool = data; in tablet_tool_rotation() local
[all …]
H A Dxwayland-cursor.c179 xwl_tablet_tool_set_cursor(struct xwl_tablet_tool *xwl_tablet_tool) in xwl_tablet_tool_set_cursor()
235 struct xwl_tablet_tool *xwl_tablet_tool; in xwl_set_cursor() local