Home
last modified time | relevance | path

Searched refs:fromPoint2 (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathBlender.cpp163 FloatPoint fromPoint2; in blendCurveToCubicSegment() local
167 …->hasMoreData() && !m_fromSource->parseCurveToCubicSegment(fromPoint1, fromPoint2, fromTargetPoint… in blendCurveToCubicSegment()
172 blendAnimatedFloatPoint(fromPoint2, toPoint2), in blendCurveToCubicSegment()
183 FloatPoint fromPoint2; in blendCurveToCubicSmoothSegment() local
186 …if ((m_fromSource->hasMoreData() && !m_fromSource->parseCurveToCubicSmoothSegment(fromPoint2, from… in blendCurveToCubicSmoothSegment()
190 m_consumer->curveToCubicSmooth(blendAnimatedFloatPoint(fromPoint2, toPoint2), in blendCurveToCubicSmoothSegment()