Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c637 int instantaneous_dy; /* curr. change in Y location (un-smoothened) */ member
1449 int instantaneous_dy; in wsp_match_strokes_against_fingers() local
1456 instantaneous_dy = fingers[i].y - strokep->y; in wsp_match_strokes_against_fingers()
1461 (instantaneous_dy * instantaneous_dy); in wsp_match_strokes_against_fingers()
1476 strokep->instantaneous_dy = fingers[i].y - strokep->y; in wsp_match_strokes_against_fingers()
1557 strokep->instantaneous_dy = in fg_update_strokes()
1814 strokep->instantaneous_dy = 0; in atp_advance_stroke_state()
1847 ((u_int)abs(strokep->instantaneous_dy) <= in atp_stroke_has_small_movement()
1861 strokep->pending_dy += strokep->instantaneous_dy; in atp_update_pending_mickeys()
1914 UPDATE_INSTANTANEOUS_AND_PENDING(strokep->instantaneous_dy, in atp_update_pending_mickeys()
[all …]