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