Searched refs:Cx (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | polyUtil.cc | 45 Real Bx, By, Cx, Cy; local in function:area 48 Cx = C[0] - A[0]; 50 return Bx*Cy - Cx*By;
|
| H A D | partitionX.cc | 72 Real Bx,By, Cx, Cy; local in function:isReflexX 76 Cx = 10*(C[0] - A[0]); 79 if(Bx*Cy - Cx*By < -CONCAVITY_ZERO) return 1;
|
| H A D | partitionY.cc | 127 Real Bx,By, Cx, Cy; local in function:isReflex 130 Cx = C[0] - A[0]; 133 if(Bx*Cy - Cx*By < 0) return 1;
|
| H A D | polyDBG.cc | 52 Real Bx, By, Cx, Cy; local in function:area 55 Cx = C[0] - A[0]; 57 return Bx*Cy - Cx*By;
|
| /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 119 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min);
|
| 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 | 1290 * Cx - raw data from touch screen 1306 xf86ScaleAxis(int Cx, argument 1317 X = (int)(((to_width * (Cx - from_min)) / from_width) + to_min);
|
| /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 | 1470 * Cx - raw data from touch screen 1486 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) argument 1493 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min);
|
Completed in 10 milliseconds