Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/wscons/
Dwstpad.c250 normalize_abs(struct axis_filter *filter, int val) in normalize_abs() function
1060 t->x = normalize_abs(&input->filter.h, t->pos->x); in wstpad_mt_inputs()
1061 t->y = normalize_abs(&input->filter.v, t->pos->y); in wstpad_mt_inputs()
1088 dx = normalize_abs(&input->filter.h, t->pos->x) - t->x; in wstpad_mt_inputs()
1090 dy = normalize_abs(&input->filter.v, t->pos->y) - t->y; in wstpad_mt_inputs()
1234 x = normalize_abs(&input->filter.h, t->pos->x); in wstpad_touch_inputs()
1235 y = normalize_abs(&input->filter.v, t->pos->y); in wstpad_touch_inputs()