lround            902 Source/core/rendering/RenderBoxModelObject.cpp             return IntSize(max(1l, lround(imageIntrinsicSize.width() * scaleFactor)), max(1l, lround(imageIntrinsicSize.height() * scaleFactor)));
lround             40 Source/platform/animation/AnimationUtilities.h     return lround(from + (to - from) * progress);
lround            246 Source/platform/transforms/AffineTransform.cpp     return IntPoint(lround(x2), lround(y2));
lround            262 Source/platform/transforms/AffineTransform.cpp     return IntSize(lround(width2), lround(height2));