Searched refs:Xy (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/oclock/dist/ |
| H A D | transform.c | 50 xpoints[i].y = Xy(points[i].x + xoff, points[i].y + yoff, t); 81 xy = Xy(x,y,t);
|
| H A D | transform.h | 49 # define Xy(x,y,t) ((int)((t)->my * (y) + (t)->by + 0.5)) macro
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | transform.h | 20 # define Xy(x,y,t) ((int)((t)->my * (y) + (t)->by + 0.5)) macro
|
| H A D | transform.c | 23 xpoints[i].y = Xy(points[i].x + xoff, points[i].y + yoff, t); 69 xy = Xy(x,y,t);
|
| H A D | Eyes.c | 726 xpupil.y = Xy(w->eyes.pupils[num].x, w->eyes.pupils[num].y, &w->eyes.t); 728 xnewpupil.y = Xy(newpupil.x, newpupil.y, &w->eyes.t);
|
Completed in 5 milliseconds