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

/xsrc/external/mit/oclock/dist/
H A Dtransform.c50 xpoints[i].y = Xy(points[i].x + xoff, points[i].y + yoff, t);
81 xy = Xy(x,y,t);
H A Dtransform.h49 # define Xy(x,y,t) ((int)((t)->my * (y) + (t)->by + 0.5)) macro
/xsrc/external/mit/xeyes/dist/
H A Dtransform.h20 # define Xy(x,y,t) ((int)((t)->my * (y) + (t)->by + 0.5)) macro
H A Dtransform.c23 xpoints[i].y = Xy(points[i].x + xoff, points[i].y + yoff, t);
69 xy = Xy(x,y,t);
H A DEyes.c726 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