Searched refs:xy1 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/oclock/dist/
H A Dtransform.c96 SetTransform (Transform *t, int xx1, int xx2, int xy1, int xy2, argument
101 t->my = ((double) xy2 - xy1) / (ty2 - ty1);
102 t->by = ((double) xy1) - t->my * ty1;
H A Dtransform.h62 extern void SetTransform ( Transform *t, int xx1, int xx2, int xy1, int xy2,
/xsrc/external/mit/xeyes/dist/
H A Dtransform.c103 int xx1, int xx2, int xy1, int xy2,
108 t->my = ((double) xy2 - xy1) / (ty2 - ty1);
109 t->by = ((double) xy1) - t->my * ty1;
102 SetTransform(Transform * t,int xx1,int xx2,int xy1,int xy2,double tx1,double tx2,double ty1,double ty2) argument
H A Dtransform.h30 int xx1, int xx2, int xy1, int xy2,
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c300 _glamor_largepixmap_reflect_fixup(short *xy1, short *xy2, int wh) argument
305 if (*xy2 - *xy1 > wh) {
306 *xy1 = 0;
310 modulus(*xy1, wh, c1);
311 odd1 = ((*xy1 - c1) / wh) & 0x1;
316 *xy1 = wh - c2;
320 *xy1 = 0;
325 *xy1 = MIN(c1, wh - c2);
328 *xy1 = c1;
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128reg.h107 CARD32 xy1; member in struct:__anon9733df98020a::__anon9733df980408

Completed in 7 milliseconds