Home | History | Annotate | Download | only in css

Lines Matching refs:endY

655     float endY = perpendicularSlope * endX + c;
659 secondPoint.set(halfWidth + endX, halfHeight - endY);
661 firstPoint.set(halfWidth - endX, halfHeight + endY);