Home
last modified time | relevance | path

Searched refs:newxoff (Results 1 – 2 of 2) sorted by relevance

/dports/cad/electric/electric-7.00/src/cons/
H A Dconlinttg.c734 REGISTER INTBIG newxoff, newyoff, lambda; in cli_changeconnection() local
791 newxoff = newcon->xoff; in cli_changeconnection()
795 newxoff = ai->end[1].xpos - ai->end[0].xpos; in cli_changeconnection()
983 if (newxoff != ai->end[1].xpos - ai->end[0].xpos || in cli_changeconnection()
990 if (newxoff >= 0) varx = CLRIGHT; else in cli_changeconnection()
992 newxoff = -newxoff; in cli_changeconnection()
996 newxoff = newxoff * WHOLE / lambda; in cli_changeconnection()
1007 (void)cli_addarcconstraint(ai, varx, CLEQUALS, newxoff, 1); in cli_changeconnection()
1017 (void)cli_deletearcconstraint(ai, varx, CLEQUALS, newxoff); in cli_changeconnection()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_polyobj.c1140 fixed_t oldxoff, oldyoff, newxoff, newyoff; in Polyobj_rotateThings() local
1149 newxoff = FixedMul(oldxoff, c)-FixedMul(oldyoff, s) - oldxoff; in Polyobj_rotateThings()
1152 Polyobj_slideThing(mo, newxoff, newyoff); in Polyobj_rotateThings()