Home | History | Annotate | Download | only in webcomponentsjs

Lines Matching refs:west

350             var west = distances[i][j - 1] + 1;
351 distances[i][j] = north < west ? north : west;
374 var west = distances[i - 1][j];
377 if (west < north) min = west < northWest ? west : northWest; else min = north < northWest ? north : northWest;
387 } else if (min == west) {
390 current = west;