Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathBlender.cpp36 , m_isInFirstHalfOfAnimation(false) in SVGPathBlender()
62 if (m_isInFirstHalfOfAnimation) in blendAnimatedDimensonalFloat()
91 if (m_isInFirstHalfOfAnimation) in blendAnimatedFloatPoint()
111 …lendAnimatedFloatPoint(fromTargetPoint, toTargetPoint), false, m_isInFirstHalfOfAnimation ? m_from… in blendMoveToSegment()
125 …ineTo(blendAnimatedFloatPoint(fromTargetPoint, toTargetPoint), m_isInFirstHalfOfAnimation ? m_from… in blendLineToSegment()
139 …tal(blendAnimatedDimensonalFloat(fromX, toX, BlendHorizontal), m_isInFirstHalfOfAnimation ? m_from… in blendLineToHorizontalSegment()
153 …tical(blendAnimatedDimensonalFloat(fromY, toY, BlendVertical), m_isInFirstHalfOfAnimation ? m_from… in blendLineToVerticalSegment()
174 m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode); in blendCurveToCubicSegment()
192 m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode); in blendCurveToCubicSmoothSegment()
210 m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode); in blendCurveToQuadraticSegment()
[all …]
DSVGPathBlender.h68 bool m_isInFirstHalfOfAnimation; variable