HomeSort by relevance Sort by last modified time
    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 62 milliseconds