Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c1461 int64_t to_width = to_max - to_min; in xf86ScaleAxis() local
1465 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min); in xf86ScaleAxis()