Home
last modified time | relevance | path

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

/openbsd/sys/dev/wscons/
H A Dwstpad.c1571 int width, height, diag, offset, h_res, v_res, h_unit, v_unit, i; in wstpad_configure() local
1599 v_unit = imax((h_unit * v_res + h_res / 2) / h_res, 3); in wstpad_configure()
1601 input->filter.v.hysteresis = v_unit; in wstpad_configure()
1635 tp->scroll.vdist = 4 * v_unit; in wstpad_configure()