Lines Matching defs:tool
1505 tablet_tool_receive_type(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_receive_type()
1526 tablet_tool_receive_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_receive_hardware_serial()
1532 tablet_tool_receive_hardware_id_wacom(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_receive_hardware_id_wacom()
1538 tablet_tool_receive_capability(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_receive_capability()
1544 tablet_tool_receive_done(void *data, struct zwp_tablet_tool_v2 *tool) in tablet_tool_receive_done()
1549 tablet_tool_receive_removed(void *data, struct zwp_tablet_tool_v2 *tool) in tablet_tool_receive_removed()
1560 tablet_tool_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_proximity_in()
1585 tablet_tool_proximity_out(void *data, struct zwp_tablet_tool_v2 *tool) in tablet_tool_proximity_out()
1601 tablet_tool_down(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial) in tablet_tool_down()
1614 tablet_tool_up(void *data, struct zwp_tablet_tool_v2 *tool) in tablet_tool_up()
1624 tablet_tool_motion(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_motion()
1644 tablet_tool_pressure(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_pressure()
1658 tablet_tool_distance(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_distance()
1664 tablet_tool_tilt(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_tilt()
1678 tablet_tool_rotation(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_rotation()
1697 tablet_tool_slider(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_slider()
1711 tablet_tool_wheel(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_wheel()
1724 tablet_tool_button_state(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_button_state()
1790 tablet_tool_frame(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t time) in tablet_tool_frame()
2319 struct zwp_tablet_tool_v2 *tool) in tablet_seat_handle_add_tool()