m_isInFirstHalfOfAnimation   62 Source/core/svg/SVGPathBlender.cpp     if (m_isInFirstHalfOfAnimation)
m_isInFirstHalfOfAnimation   91 Source/core/svg/SVGPathBlender.cpp     if (m_isInFirstHalfOfAnimation)
m_isInFirstHalfOfAnimation  111 Source/core/svg/SVGPathBlender.cpp     m_consumer->moveTo(blendAnimatedFloatPoint(fromTargetPoint, toTargetPoint), false, m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  125 Source/core/svg/SVGPathBlender.cpp     m_consumer->lineTo(blendAnimatedFloatPoint(fromTargetPoint, toTargetPoint), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  139 Source/core/svg/SVGPathBlender.cpp     m_consumer->lineToHorizontal(blendAnimatedDimensonalFloat(fromX, toX, BlendHorizontal), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  153 Source/core/svg/SVGPathBlender.cpp     m_consumer->lineToVertical(blendAnimatedDimensonalFloat(fromY, toY, BlendVertical), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  174 Source/core/svg/SVGPathBlender.cpp                              m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  192 Source/core/svg/SVGPathBlender.cpp                                    m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  210 Source/core/svg/SVGPathBlender.cpp                                  m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  224 Source/core/svg/SVGPathBlender.cpp     m_consumer->curveToQuadraticSmooth(blendAnimatedFloatPoint(fromTargetPoint, toTargetPoint), m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  263 Source/core/svg/SVGPathBlender.cpp                           m_isInFirstHalfOfAnimation ? fromLargeArc : toLargeArc,
m_isInFirstHalfOfAnimation  264 Source/core/svg/SVGPathBlender.cpp                           m_isInFirstHalfOfAnimation ? fromSweep : toSweep,
m_isInFirstHalfOfAnimation  266 Source/core/svg/SVGPathBlender.cpp                           m_isInFirstHalfOfAnimation ? m_fromMode : m_toMode);
m_isInFirstHalfOfAnimation  313 Source/core/svg/SVGPathBlender.cpp     m_isInFirstHalfOfAnimation = progress < 0.5f;
m_isInFirstHalfOfAnimation   68 Source/core/svg/SVGPathBlender.h     bool m_isInFirstHalfOfAnimation;