Home
last modified time | relevance | path

Searched refs:TP_MAGIC_SLOWDOWN (Results 1 - 1 of 1) sorted by relevance

/third_party/libinput/src/
H A Dfilter-touchpad.c41 #define TP_MAGIC_SLOWDOWN 0.2968 /* unitless factor */ macro
156 * TP_MAGIC_SLOWDOWN so we only have one number here but meanwhile in touchpad_constant_filter()
162 normalized.x = baseline * TP_MAGIC_SLOWDOWN * normalized.x; in touchpad_constant_filter()
163 normalized.y = baseline * TP_MAGIC_SLOWDOWN * normalized.y; in touchpad_constant_filter()
274 return factor * TP_MAGIC_SLOWDOWN; in touchpad_accel_profile_linear()

Completed in 2 milliseconds