OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateTextAnchorShift
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextChunk.h
47
float
calculateTextAnchorShift
(float length) const;
SVGTextChunk.cpp
74
float SVGTextChunk::
calculateTextAnchorShift
(float length) const
SVGTextChunkBuilder.cpp
213
float textAnchorShift = chunk.
calculateTextAnchorShift
(chunkLength);
SVGTextLayoutEngine.cpp
202
m_textPathStartOffset += chunk.
calculateTextAnchorShift
(length);
Completed in 2530 milliseconds