Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPathBlender.cpp31 , m_toSource(0) in SVGPathBlender()
98 || !m_toSource->parseMoveToSegment(toTargetPoint)) in blendMoveToSegment()
112 || !m_toSource->parseLineToSegment(toTargetPoint)) in blendLineToSegment()
126 || !m_toSource->parseLineToHorizontalSegment(toX)) in blendLineToHorizontalSegment()
140 || !m_toSource->parseLineToVerticalSegment(toY)) in blendLineToVerticalSegment()
158 || !m_toSource->parseCurveToCubicSegment(toPoint1, toPoint2, toTargetPoint)) in blendCurveToCubicSegment()
177 || !m_toSource->parseCurveToCubicSmoothSegment(toPoint2, toTargetPoint)) in blendCurveToCubicSmoothSegment()
195 || !m_toSource->parseCurveToQuadraticSegment(toPoint1, toTargetPoint)) in blendCurveToQuadraticSegment()
211 || !m_toSource->parseCurveToQuadraticSmoothSegment(toTargetPoint)) in blendCurveToQuadraticSmoothSegment()
235 || !m_toSource->parseArcToSegment(toRx, toRy, toAngle, toLargeArc, toSweep, toTargetPoint)) in blendArcToSegment()
[all …]
DSVGPathBlender.h57 SVGPathSource* m_toSource; variable