Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-totem.c375 enum libinput_tablet_tool_tip_state tip_state; in totem_handle_slot_state() local
393 tip_state = LIBINPUT_TABLET_TOOL_TIP_UP; in totem_handle_slot_state()
398 tip_state = LIBINPUT_TABLET_TOOL_TIP_DOWN; in totem_handle_slot_state()
409 tip_state, in totem_handle_slot_state()
415 tip_state = LIBINPUT_TABLET_TOOL_TIP_DOWN; in totem_handle_slot_state()
420 tip_state, in totem_handle_slot_state()
452 tip_state, in totem_handle_slot_state()
465 tip_state = LIBINPUT_TABLET_TOOL_TIP_UP; in totem_handle_slot_state()
469 tip_state, in totem_handle_slot_state()
559 enum libinput_tablet_tool_tip_state tip_state; in totem_interface_suspend() local
[all …]
Dlibinput-private.h632 enum libinput_tablet_tool_tip_state tip_state,
648 enum libinput_tablet_tool_tip_state tip_state,
656 enum libinput_tablet_tool_tip_state tip_state,
Dlibinput.c210 enum libinput_tablet_tool_tip_state tip_state; member
1490 return event->tip_state; in libinput_event_tablet_tool_get_tip_state()
2580 enum libinput_tablet_tool_tip_state tip_state, in tablet_notify_axis() argument
2592 .tip_state = tip_state, in tablet_notify_axis()
2621 .tip_state = LIBINPUT_TABLET_TOOL_TIP_UP, in tablet_notify_proximity()
2639 enum libinput_tablet_tool_tip_state tip_state, in tablet_notify_tip() argument
2650 .tip_state = tip_state, in tablet_notify_tip()
2668 enum libinput_tablet_tool_tip_state tip_state, in tablet_notify_button() argument
2689 .tip_state = tip_state, in tablet_notify_button()
Devdev-tablet.c1195 enum libinput_tablet_tool_tip_state tip_state; in tablet_notify_button_mask() local
1197 tip_state = tablet_has_status(tablet, TABLET_TOOL_IN_CONTACT) ? in tablet_notify_button_mask()
1207 tip_state, in tablet_notify_button_mask()
1645 enum libinput_tablet_tool_tip_state tip_state; in tablet_send_axes() local
1652 tip_state = LIBINPUT_TABLET_TOOL_TIP_DOWN; in tablet_send_axes()
1654 tip_state = LIBINPUT_TABLET_TOOL_TIP_UP; in tablet_send_axes()
1659 tip_state, in tablet_send_axes()