Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPathBlender.cpp30 : m_fromSource(0) in SVGPathBlender()
97 if (!m_fromSource->parseMoveToSegment(fromTargetPoint) in blendMoveToSegment()
111 if (!m_fromSource->parseLineToSegment(fromTargetPoint) in blendLineToSegment()
125 if (!m_fromSource->parseLineToHorizontalSegment(fromX) in blendLineToHorizontalSegment()
139 if (!m_fromSource->parseLineToVerticalSegment(fromY) in blendLineToVerticalSegment()
157 if (!m_fromSource->parseCurveToCubicSegment(fromPoint1, fromPoint2, fromTargetPoint) in blendCurveToCubicSegment()
176 if (!m_fromSource->parseCurveToCubicSmoothSegment(fromPoint2, fromTargetPoint) in blendCurveToCubicSmoothSegment()
194 if (!m_fromSource->parseCurveToQuadraticSegment(fromPoint1, fromTargetPoint) in blendCurveToQuadraticSegment()
210 if (!m_fromSource->parseCurveToQuadraticSmoothSegment(fromTargetPoint) in blendCurveToQuadraticSmoothSegment()
234 …if (!m_fromSource->parseArcToSegment(fromRx, fromRy, fromAngle, fromLargeArc, fromSweep, fromTarge… in blendArcToSegment()
[all …]
DSVGPathBlender.h56 SVGPathSource* m_fromSource; variable