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

/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A Dfake-symbols.c116 int64_t from_width = from_max - from_min; local in function:xf86ScaleAxis
118 if (from_width) {
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.c1314 int64_t from_width = from_max - from_min; local in function:xf86ScaleAxis
1316 if (from_width) {
1317 X = (int)(((to_width * (Cx - from_min)) / from_width) + to_min);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.c1490 int64_t from_width = from_max - from_min; local in function:xf86ScaleAxis
1492 if (from_width) {
1493 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min);

Completed in 6 milliseconds