blendFloatPoint 80 Source/core/svg/SVGPathBlender.cpp return blendFloatPoint(fromPoint, toPoint, m_progress); blendFloatPoint 89 Source/core/svg/SVGPathBlender.cpp animatedPoint = blendFloatPoint(fromPoint, animatedPoint, m_progress); blendFloatPoint 95 Source/core/svg/SVGPathBlender.cpp FloatPoint currentPoint = blendFloatPoint(m_fromCurrentPoint, m_toCurrentPoint, m_progress);