calculateTextAnchorShift   46 Source/core/rendering/svg/SVGTextChunk.h     float calculateTextAnchorShift(float length) const;
calculateTextAnchorShift  215 Source/core/rendering/svg/SVGTextChunkBuilder.cpp     float textAnchorShift = chunk.calculateTextAnchorShift(chunkLength);
calculateTextAnchorShift  197 Source/core/rendering/svg/SVGTextLayoutEngine.cpp         m_textPathStartOffset += chunk.calculateTextAnchorShift(length);