Lines Matching refs:xn
1439 dst = dst_0 + rbl*yn + Bpp*xn; \
1457 int x, y, xn, yn, r_x1, r_y1, r_x2, r_y2, Bpp = bpp/8; in rotate_fb() local
1484 xn = Dx - x - 1; in rotate_fb()
1492 xn = x; in rotate_fb()
1500 xn = Dx - x - 1; in rotate_fb()
1508 xn = Dy - y - 1; in rotate_fb()
1516 xn = y; in rotate_fb()
1524 xn = Dy - y - 1; in rotate_fb()
1532 xn = y; in rotate_fb()
1541 int x, y, xn, yn; in rotate_curs() local
1559 xn = Dx - x - 1; in rotate_curs()
1562 if (0) fprintf(stderr, "rcurs: %d %d %d %d\n", x, y, xn, yn); in rotate_curs()
1568 xn = x; in rotate_curs()
1576 xn = Dx - x - 1; in rotate_curs()
1584 xn = Dy - y - 1; in rotate_curs()
1592 xn = y; in rotate_curs()
1600 xn = Dy - y - 1; in rotate_curs()
1608 xn = y; in rotate_curs()