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

  /external/webkit/Source/WebCore/svg/
SVGPathSegListSource.cpp 133 SVGPathSegSingleCoordinate* quadraticSmooth = static_cast<SVGPathSegSingleCoordinate*>(m_segment.get());
134 targetPoint = FloatPoint(quadraticSmooth->x(), quadraticSmooth->y());

Completed in 260 milliseconds