Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-tablet.c47 #define tablet_has_status(tablet_,s_) (!!((tablet_)->status & (s_))) macro
270 if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) in tablet_apply_rotation()
329 else if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) { in tablet_update_tool()
505 if (!tablet_has_status(tablet, in tablet_tool_process_delta()
507 !tablet_has_status(tablet, TABLET_TOOL_ENTERING_CONTACT) && in tablet_tool_process_delta()
508 !tablet_has_status(tablet, TABLET_TOOL_LEAVING_CONTACT) && in tablet_tool_process_delta()
737 if (tablet_has_status(tablet, TABLET_TOOL_ENTERING_CONTACT) || in tablet_check_notify_axes()
738 tablet_has_status(tablet, TABLET_TOOL_LEAVING_CONTACT)) { in tablet_check_notify_axes()
1197 tip_state = tablet_has_status(tablet, TABLET_TOOL_IN_CONTACT) ? in tablet_notify_button_mask()
1337 if (!tablet_has_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY)) in detect_pressure_offset()
[all …]