Searched refs:toPoint1 (Results 1 – 1 of 1) sorted by relevance
165 FloatPoint toPoint1; in blendCurveToCubicSegment() local168 || !m_toSource->parseCurveToCubicSegment(toPoint1, toPoint2, toTargetPoint)) in blendCurveToCubicSegment()171 m_consumer->curveToCubic(blendAnimatedFloatPoint(fromPoint1, toPoint1), in blendCurveToCubicSegment()203 FloatPoint toPoint1; in blendCurveToQuadraticSegment() local205 || !m_toSource->parseCurveToQuadraticSegment(toPoint1, toTargetPoint)) in blendCurveToQuadraticSegment()208 m_consumer->curveToQuadratic(blendAnimatedFloatPoint(fromPoint1, toPoint1), in blendCurveToQuadraticSegment()