Searched refs:to_max (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A Dfake-symbols.c112 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) argument
115 int64_t to_width = to_max - to_min;
126 if (X > to_max)
127 X = to_max;
H A Dfake-symbols.h34 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Xinput.h145 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min);
H A Dxf86Xinput.c1291 * to_max - scaled highest dimension
1307 int to_max,
1313 int64_t to_width = to_max - to_min;
1324 if (X > to_max)
1325 X = to_max;
1306 xf86ScaleAxis(int Cx,int to_max,int to_min,int from_max,int from_min) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.h176 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
H A Dxf86Xinput.c1471 * to_max - scaled highest dimension
1486 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) argument
1489 int64_t to_width = to_max - to_min;
1500 if (X > to_max)
1501 X = to_max;

Completed in 7 milliseconds