Searched refs:endY (Results 1 – 3 of 3) sorted by relevance
220 final float endY = mVert.convertToPoint(totalData); in generatePath() local229 mPathStroke.lineTo(endX, endY); in generatePath()230 mPathFill.lineTo(endX, endY); in generatePath()233 lastY = endY; in generatePath()
2781 int endY = mCountY - (spanY - 1); in findCellForSpanThatIntersectsIgnoring() local2783 endY = Math.min(endY, intersectY + (spanY - 1) + (spanY == 1 ? 1 : 0)); in findCellForSpanThatIntersectsIgnoring()2786 for (int y = startY; y < endY && !foundCell; y++) { in findCellForSpanThatIntersectsIgnoring()
2868 int endY = mCountY - (spanY - 1); in findCellForSpanThatIntersectsIgnoring() local2870 endY = Math.min(endY, intersectY + (spanY - 1) + (spanY == 1 ? 1 : 0)); in findCellForSpanThatIntersectsIgnoring()2873 for (int y = startY; y < endY && !foundCell; y++) { in findCellForSpanThatIntersectsIgnoring()