Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:off

488   int n,off;
493 off = (start<preLap?start:preLap);
495 r -= off;
496 start -= off;
505 n -= off;
514 off = (start<halfLap?start:halfLap);
516 r -= off;
517 l -= off*2;
518 start -= off;
519 wR -= off;
520 wL += off;
530 n -= off;
540 off = (start<halfLap?start:halfLap);
542 r += off;
543 l += off*2;
544 start -= off;
546 wR -= off;
547 wL += off;
556 n -= off;
568 off = (start<postLap?start:postLap);
570 l += off*2;