Searched refs:cubicSmooth (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegListSource.cpp113 SVGPathSegCurvetoCubicSmooth* cubicSmooth = static_cast<SVGPathSegCurvetoCubicSmooth*>(m_segment.get()); local
114 point2 = FloatPoint(cubicSmooth->x2(), cubicSmooth->y2());
115 targetPoint = FloatPoint(cubicSmooth->x(), cubicSmooth->y());

Completed in 67 milliseconds