Home | History | Annotate | Download | only in css

Lines Matching refs:yDist

787             float yDist = min(secondPoint.y(), size.height() - secondPoint.y());
789 float smaller = min(xDist, yDist);
791 yDist = smaller;
794 aspectRatio = xDist / yDist;
799 float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
801 float larger = max(xDist, yDist);
803 yDist = larger;
806 aspectRatio = xDist / yDist;
818 float yDist = min(secondPoint.y(), size.height() - secondPoint.y());
820 secondRadius = horizontalEllipseRadius(corner - secondPoint, xDist / yDist);
821 aspectRatio = xDist / yDist;
835 float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
837 secondRadius = horizontalEllipseRadius(corner - secondPoint, xDist / yDist);
838 aspectRatio = xDist / yDist;