Searched refs:LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z (Results 1 – 5 of 5) sorted by relevance
/third_party/libinput/src/ |
D | evdev-tablet.h | 137 axis = LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z; in evcode_to_axis() 203 case LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z: in axis_to_evcode()
|
D | evdev-totem.c | 98 set_bit(tool->axis_caps, LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in totem_new_tool() 243 LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in totem_process_abs() 289 LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z)) { in totem_slot_fetch_axes()
|
D | evdev-tablet.c | 147 if (axis == LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z) { in tablet_device_has_axis() 439 set_bit(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in convert_tilt_to_rotation() 607 LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z)) { in tablet_update_artpen_rotation() 970 LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in tool_set_bits_from_libwacom() 981 copy_axis_cap(tablet, tool, LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in tool_set_bits_from_libwacom() 1032 copy_axis_cap(tablet, tool, LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in tool_set_bits() 1036 copy_axis_cap(tablet, tool, LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in tool_set_bits() 1291 set_bit(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in sanitize_mouse_lens_rotation()
|
D | libinput-private.h | 349 LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z = 7, enumerator
|
D | libinput.c | 1143 LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in libinput_event_tablet_tool_rotation_has_changed() 1603 LIBINPUT_TABLET_TOOL_AXIS_ROTATION_Z); in libinput_tablet_tool_has_rotation()
|