Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c1346 const fg_pspan *pspan, atp_stroke_type stroke_type) in fg_match_stroke_component() argument
1351 delta_mickeys = pspan->loc - component->loc; in fg_match_stroke_component()
1356 component->loc = pspan->loc; in fg_match_stroke_component()
1366 if (pspan->cum > ((3 * component->cum_pressure) >> 1)) in fg_match_stroke_component()
1369 component->cum_pressure = pspan->cum; in fg_match_stroke_component()
1370 if (pspan->cum > component->max_cum_pressure) in fg_match_stroke_component()
1371 component->max_cum_pressure = pspan->cum; in fg_match_stroke_component()