Searched refs:to_max (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| H A D | fake-symbols.c | 112 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 D | fake-symbols.h | 34 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 D | xf86Xinput.h | 145 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min);
|
| H A D | xf86Xinput.c | 1291 * 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 D | xf86Xinput.h | 176 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
|
| H A D | xf86Xinput.c | 1471 * 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