Searched refs:dxnew (Results 1 – 1 of 1) sorted by relevance
385 int dxnew = 0, dynew = 0, sg; in splinerel() local392 dxnew = (int)px -lx; in splinerel()394 if ((dxnew == 0) && (dynew == 0)) return; in splinerel()395 sg = (dxnew < 0)? -1 : 0; in splinerel()398 despx = dxnew; in splinerel()406 npend = (1.0*dxnew)/dynew; in splinerel()408 { despy = dynew; despx = dxnew; return; } in splinerel()423 dxnew = dy = despx = despy = 0; in splinerel()426 dxnew -= despx; in splinerel()428 if ((dxnew != 0) || (dynew != 0)) vdmprintf("%s%s",vdmnum(dxnew,xcoord),\ in splinerel()[all …]