HomeSort by relevance Sort by last modified time
    Searched full:cubicpoint (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 217 FloatPoint cubicPoint = m_currentPoint;
218 cubicPoint.scale(2, 2);
219 cubicPoint.move(-m_controlPoint.x(), -m_controlPoint.y());
220 FloatPoint point1(m_currentPoint.x() + 2 * cubicPoint.x(), m_currentPoint.y() + 2 * cubicPoint.y());
221 FloatPoint point2(targetPoint.x() + 2 * cubicPoint.x(), targetPoint.y() + 2 * cubicPoint.y());
231 m_controlPoint = cubicPoint;

Completed in 427 milliseconds