OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cubicBezierTo
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
PathTraversalState.h
51
float
cubicBezierTo
(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd);
PathTraversalState.cpp
193
float PathTraversalState::
cubicBezierTo
(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd)
Path.cpp
63
segmentLength = traversalState.
cubicBezierTo
(points[0], points[1], points[2]);
/external/webkit/Source/WebCore/svg/
SVGPathTraversalStateBuilder.cpp
51
m_traversalState->m_totalLength += m_traversalState->
cubicBezierTo
(point1, point2, targetPoint);
Completed in 25 milliseconds