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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk.h
46
float
calculateTextAnchorShift
(float length) const;
SVGTextChunk.cpp
73
float SVGTextChunk::
calculateTextAnchorShift
(float length) const
SVGTextChunkBuilder.cpp
220
float textAnchorShift = chunk.
calculateTextAnchorShift
(chunkLength);
SVGTextLayoutEngine.cpp
197
m_textPathStartOffset += chunk.
calculateTextAnchorShift
(length);
Completed in 3113 milliseconds