OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalAngleAtLength
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.h
85
float
normalAngleAtLength
(float length, bool& ok) const;
Path.cpp
172
float Path::
normalAngleAtLength
(float length, bool& ok) const
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp
561
angle = m_textPath.
normalAngleAtLength
(textPathOffset, ok);
Completed in 35 milliseconds