Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_current

138                 traversalState.m_current = curve.end;
162 float distance = distanceLine(m_current, m_start);
163 m_current = m_control1 = m_control2 = m_start;
169 m_current = m_start = m_control1 = m_control2 = point;
175 float distance = distanceLine(m_current, point);
176 m_current = m_control1 = m_control2 = point;
182 float distance = curveLength<QuadraticBezier>(*this, QuadraticBezier(m_current, newControl, newEnd));
188 m_current = newEnd;
195 float distance = curveLength<CubicBezier>(*this, CubicBezier(m_current, newControl1, newControl2, newEnd));
201 m_current = newEnd;