Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.h163 int from_min);
H A Dxf86Xinput.c1458 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() argument
1462 int64_t from_width = from_max - from_min; in xf86ScaleAxis()
1465 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min); in xf86ScaleAxis()