Home | History | Annotate | Download | only in webcomponentsjs

Lines Matching refs:west

391               var west = distances[i][j - 1] + 1;
392 distances[i][j] = north < west ? north : west;
415 var west = distances[i - 1][j];
418 if (west < north) min = west < northWest ? west : northWest; else min = north < northWest ? north : northWest;
428 } else if (min == west) {
431 current = west;