Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c603 u_int max_cum_pressure; /* max cumulative compression */ member
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()
1379 min_pressure = (3 * component->max_cum_pressure) >> 2; in fg_match_stroke_component()
1381 min_pressure = component->max_cum_pressure >> 2; in fg_match_stroke_component()
1614 strokep->components[X].max_cum_pressure, in fg_update_strokes()
1620 strokep->components[Y].max_cum_pressure, in fg_update_strokes()
1690 strokep->components[X].max_cum_pressure = pspan_x->cum; in fg_add_stroke()
1695 strokep->components[Y].max_cum_pressure = pspan_y->cum; in fg_add_stroke()