Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextChunkBuilder.cpp175 float textLengthShift = (chunk.desiredTextLength() - chunkLength) / chunkCharacters; in processTextChunk() local
224 …kBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SV… in processTextLengthSpacingCorrection()