Searched refs:Xx (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/oclock/dist/
H A Dtransform.c49 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t);
80 xx = Xx(x,y,t);
H A Dtransform.h48 # define Xx(x,y,t) ((int)((t)->mx * (x) + (t)->bx + 0.5)) macro
/xsrc/external/mit/xeyes/dist/
H A Dtransform.h19 # define Xx(x,y,t) ((int)((t)->mx * (x) + (t)->bx + 0.5)) macro
H A Dtransform.c22 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t);
68 xx = Xx(x,y,t);
H A DEyes.c725 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