OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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