Lines Matching defs:rights
1511 PolyEdgeRec lefts[4], rights[4];
1541 rights[0].height = lw;
1542 rights[0].x = xorgi;
1544 rights[0].x += ((lw + 1) >> 1);
1545 rights[0].stepx = 0;
1546 rights[0].signdx = 1;
1547 rights[0].e = -lw;
1548 rights[0].dx = 0;
1549 rights[0].dy = lw;
1551 lefts, rights, 1, 1);
1572 rights[0].height = bottomy - topy;
1573 rights[0].x = lefts[0].x + (lw - 1);
1574 rights[0].stepx = 0;
1575 rights[0].signdx = 1;
1576 rights[0].e = -dy;
1577 rights[0].dx = dx;
1578 rights[0].dy = dy;
1580 lefts, rights, 1, 1);
1588 right = &rights[1];
1590 top = &rights[0];
1594 right = &rights[0];
1597 bottom = &rights[1];
1655 bottom->height + bottomy - topy, lefts, rights, 2, 2);
1683 PolyEdgeRec lefts[4], rights[4];
1761 right = &rights[1];
1763 top = &rights[0];
1767 right = &rights[0];
1770 bottom = &rights[1];
1859 bottom->height + bottomy - topy, lefts, rights, 2, 2);