Home
last modified time | relevance | path

Searched refs:LIBINPUT_TABLET_TOOL_AXIS_PRESSURE (Results 1 – 4 of 4) sorted by relevance

/third_party/libinput/src/
Devdev-tablet.h143 axis = LIBINPUT_TABLET_TOOL_AXIS_PRESSURE; in evcode_to_axis()
194 case LIBINPUT_TABLET_TOOL_AXIS_PRESSURE: in axis_to_evcode()
Devdev-tablet.c542 LIBINPUT_TABLET_TOOL_AXIS_PRESSURE)) { in tablet_update_pressure()
840 LIBINPUT_TABLET_TOOL_AXIS_PRESSURE)) { in tablet_process_key()
987 copy_axis_cap(tablet, tool, LIBINPUT_TABLET_TOOL_AXIS_PRESSURE); in tool_set_bits_from_libwacom()
1017 copy_axis_cap(tablet, tool, LIBINPUT_TABLET_TOOL_AXIS_PRESSURE); in tool_set_bits()
1251 !bit_is_set(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_PRESSURE)) in sanitize_pressure_distance()
1259 bit_is_set(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_PRESSURE)) && in sanitize_pressure_distance()
1268 LIBINPUT_TABLET_TOOL_AXIS_PRESSURE); in sanitize_pressure_distance()
1271 } else if (bit_is_set(tablet->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_PRESSURE) && in sanitize_pressure_distance()
1276 LIBINPUT_TABLET_TOOL_AXIS_PRESSURE); in sanitize_pressure_distance()
1311 LIBINPUT_TABLET_TOOL_AXIS_PRESSURE)) in detect_pressure_offset()
[all …]
Dlibinput-private.h346 LIBINPUT_TABLET_TOOL_AXIS_PRESSURE = 4, enumerator
Dlibinput.c1079 LIBINPUT_TABLET_TOOL_AXIS_PRESSURE); in libinput_event_tablet_tool_pressure_has_changed()
1582 LIBINPUT_TABLET_TOOL_AXIS_PRESSURE); in libinput_tablet_tool_has_pressure()