Home | History | Annotate | Download | only in css

Lines Matching refs:halfHeight

617     float halfHeight = size.height() / 2;
621 endCorner.set(halfWidth, halfHeight);
623 endCorner.set(halfWidth, -halfHeight);
625 endCorner.set(-halfWidth, -halfHeight);
627 endCorner.set(-halfWidth, halfHeight);
636 secondPoint.set(halfWidth + endX, halfHeight - endY);
638 firstPoint.set(halfWidth - endX, halfHeight + endY);