Home | History | Annotate | Download | only in css

Lines Matching refs:halfHeight

640     float halfHeight = size.height() / 2;
644 endCorner.set(halfWidth, halfHeight);
646 endCorner.set(halfWidth, -halfHeight);
648 endCorner.set(-halfWidth, -halfHeight);
650 endCorner.set(-halfWidth, halfHeight);
659 secondPoint.set(halfWidth + endX, halfHeight - endY);
661 firstPoint.set(halfWidth - endX, halfHeight + endY);