Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-tablet.c48 #define tablet_has_status(tablet_,s_) (!!((tablet_)->status & (s_))) macro
271 if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) in tablet_apply_rotation()
330 else if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) { in tablet_update_tool()
496 if (!tablet_has_status(tablet, in tablet_tool_process_delta()
498 !tablet_has_status(tablet, TABLET_TOOL_ENTERING_CONTACT) && in tablet_tool_process_delta()
499 !tablet_has_status(tablet, TABLET_TOOL_LEAVING_CONTACT) && in tablet_tool_process_delta()
744 if (tablet_has_status(tablet, TABLET_TOOL_ENTERING_CONTACT) || in tablet_check_notify_axes()
745 tablet_has_status(tablet, TABLET_TOOL_LEAVING_CONTACT)) { in tablet_check_notify_axes()
1211 if (tablet_has_status(tablet, TABLET_TOOL_IN_CONTACT)) in tablet_notify_button_mask()
1450 if (tablet_has_status(table in detect_tool_contact()
[all...]

Completed in 3 milliseconds