HomeSort by: relevance | last modified time | path
    Searched refs:xy1 (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/oclock/dist/
transform.c 96 SetTransform (Transform *t, int xx1, int xx2, int xy1, int xy2,
101 t->my = ((double) xy2 - xy1) / (ty2 - ty1);
102 t->by = ((double) xy1) - t->my * ty1;
transform.h 62 extern void SetTransform ( Transform *t, int xx1, int xx2, int xy1, int xy2,
  /xsrc/external/mit/xeyes/dist/
transform.c 103 int xx1, int xx2, int xy1, int xy2,
108 t->my = ((double) xy2 - xy1) / (ty2 - ty1);
109 t->by = ((double) xy1) - t->my * ty1;
transform.h 30 int xx1, int xx2, int xy1, int xy2,
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_largepixmap.c 309 _glamor_largepixmap_reflect_fixup(short *xy1, short *xy2, int wh)
314 if (*xy2 - *xy1 > wh) {
315 *xy1 = 0;
319 modulus(*xy1, wh, c1);
320 odd1 = ((*xy1 - c1) / wh) & 0x1;
325 *xy1 = wh - c2;
329 *xy1 = 0;
334 *xy1 = MIN(c1, wh - c2);
337 *xy1 = c1;
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128reg.h 107 CARD32 xy1; member in struct:__anon7003::__anon7005

Completed in 9 milliseconds