Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/input/
H A Datp.c1740 atp_axis repeat_axis; /* axis with multi-pspans */ in fg_add_new_strokes() local
1744 repeat_axis = (nspans[X] > nspans[Y]) ? Y : X; in fg_add_new_strokes()
1746 for (i = 0; i < nspans[repeat_axis]; i++) { in fg_add_new_strokes()
1747 if (spans[repeat_axis][i].cum > cum) { in fg_add_new_strokes()
1749 cum = spans[repeat_axis][i].cum; in fg_add_new_strokes()
1760 if ((repeat_axis == X) && in fg_add_new_strokes()
1764 } else if ((repeat_axis == Y) && in fg_add_new_strokes()