Searched refs:Xx (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/oclock/dist/ |
| H A D | transform.c | 49 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t); 80 xx = Xx(x,y,t);
|
| H A D | transform.h | 48 # define Xx(x,y,t) ((int)((t)->mx * (x) + (t)->bx + 0.5)) macro
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | transform.h | 19 # define Xx(x,y,t) ((int)((t)->mx * (x) + (t)->bx + 0.5)) macro
|
| H A D | transform.c | 22 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t); 68 xx = Xx(x,y,t);
|
| H A D | Eyes.c | 725 xpupil.x = Xx(w->eyes.pupils[num].x, w->eyes.pupils[num].y, &w->eyes.t); 727 xnewpupil.x = Xx(newpupil.x, newpupil.y, &w->eyes.t);
|
Completed in 4 milliseconds