Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
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()