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

/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A Dfake-symbols.c115 int64_t to_width = to_max - to_min; local in function:xf86ScaleAxis
119 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Xinput.c1313 int64_t to_width = to_max - to_min; local in function:xf86ScaleAxis
1317 X = (int)(((to_width * (Cx - from_min)) / from_width) + to_min);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.c1489 int64_t to_width = to_max - to_min; local in function:xf86ScaleAxis
1493 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min);

Completed in 6 milliseconds