HomeSort by relevance Sort by last modified time
    Searched refs:m_fromPoint (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.cpp 166 parsePoint(fromString, m_fromPoint);
173 parsePoint(fromString, m_fromPoint);
176 m_toPoint = FloatPoint(m_fromPoint.x() + byPoint.x(), m_fromPoint.y() + byPoint.y());
215 FloatSize diff = m_toPoint - m_fromPoint;
216 transform->translate(diff.width() * percentage + m_fromPoint.x(), diff.height() * percentage + m_fromPoint.y());
SVGAnimateMotionElement.h 60 FloatPoint m_fromPoint;

Completed in 706 milliseconds