Home
last modified time | relevance | path

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

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