Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathBlender.cpp32 , m_toSource(0) in SVGPathBlender()
108 || !m_toSource->parseMoveToSegment(toTargetPoint)) in blendMoveToSegment()
122 || !m_toSource->parseLineToSegment(toTargetPoint)) in blendLineToSegment()
136 || !m_toSource->parseLineToHorizontalSegment(toX)) in blendLineToHorizontalSegment()
150 || !m_toSource->parseLineToVerticalSegment(toY)) in blendLineToVerticalSegment()
168 || !m_toSource->parseCurveToCubicSegment(toPoint1, toPoint2, toTargetPoint)) in blendCurveToCubicSegment()
187 || !m_toSource->parseCurveToCubicSmoothSegment(toPoint2, toTargetPoint)) in blendCurveToCubicSmoothSegment()
205 || !m_toSource->parseCurveToQuadraticSegment(toPoint1, toTargetPoint)) in blendCurveToQuadraticSegment()
221 || !m_toSource->parseCurveToQuadraticSmoothSegment(toTargetPoint)) in blendCurveToQuadraticSmoothSegment()
245 || !m_toSource->parseArcToSegment(toRx, toRy, toAngle, toLargeArc, toSweep, toTargetPoint)) in blendArcToSegment()
[all …]
DSVGPathBlender.h58 SVGPathSource* m_toSource; variable