Home | History | Annotate | Download | only in core

Lines Matching defs:turn

490                 int turn = firstDirection ^ (corners - 1);
491 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
492 if ((directionCycle ^ turn) != nextDirection) {