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

  /external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.h 62 FloatPoint m_toPoint;
SVGAnimateMotionElement.cpp 167 parsePoint(toString, m_toPoint);
176 m_toPoint = FloatPoint(m_fromPoint.x() + byPoint.x(), m_fromPoint.y() + byPoint.y());
215 FloatSize diff = m_toPoint - m_fromPoint;

Completed in 117 milliseconds