Home
last modified time | relevance | path

Searched defs:textLengthShift (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextChunkBuilder.cpp173 float textLengthShift = (chunk.desiredTextLength() - chunkLength) / chunkCharacters; in processTextChunk() local
222 …kBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SV… in processTextLengthSpacingCorrection()