Lines Matching full:starty
2891 int startY = 0;2893 startY = Math.max(startY, intersectY - (spanY - 1));2900 for (int y = startY; y < endY && !foundCell; y++) {