Home
last modified time | relevance | path

Searched refs:normalAngleAtLength (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DPath.h120 float normalAngleAtLength(float length, bool& ok) const;
DPath.cpp102 float Path::normalAngleAtLength(float length, bool& ok) const in normalAngleAtLength() function in WebCore::Path
/external/webkit/Source/WebCore/svg/
DSVGAnimateMotionElement.cpp207 float angle = path.normalAngleAtLength(positionOnPath, ok); in calculateAnimatedValue()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp486 float Path::normalAngleAtLength(float length, bool& ok) const in normalAngleAtLength() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp419 float Path::normalAngleAtLength(float length, bool& ok) const in normalAngleAtLength() function in WebCore::Path
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngine.cpp575 angle = m_textPath.normalAngleAtLength(textPathOffset, ok); in layoutTextOnLineOrPath()
/external/webkit/Source/WebCore/
DChangeLog36630 (WebCore::Path::normalAngleAtLength):
50770 (WebCore::Path::normalAngleAtLength):
50780 (WebCore::Path::normalAngleAtLength):
50785 (WebCore::Path::normalAngleAtLength):
DChangeLog-2011-02-1616516 [Qt] Path::normalAngleAtLength() returns incorrect value on ACID3.
16519 we need to account for this in normalAngleAtLength().
16525 (WebCore::Path::normalAngleAtLength):
DChangeLog-2007-10-1451483 Path::normalAngleAtLength() / Path::pointAtLength() don't work correctly.
51484 pointAtLength() was not implemented, basically and normalAngleAtLength()
51487 The normalAngleAtLength() stuff can only be tested with my local textPath support.
DChangeLog-2010-05-2442108 (WebCore::Path::normalAngleAtLength):
DChangeLog-2010-12-0659833 calculating length(), pointAtLength() and normalAngleAtLength().
59839 (WebCore::Path::normalAngleAtLength):