OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointAtLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.h
83
FloatPoint
pointAtLength
(float length, bool& ok) const;
Path.cpp
164
FloatPoint Path::
pointAtLength
(float length, bool& ok) const
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateMotionElement.cpp
285
FloatPoint positionAtEndOfDuration = m_animationPath.
pointAtLength
(m_animationPath.length(), ok);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp
556
FloatPoint point = m_textPath.
pointAtLength
(textPathOffset, ok);
Completed in 109 milliseconds