HomeSort by relevance Sort by last modified time
    Searched refs:textLengthShift (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h 52 void processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>&, unsigned& atCharacter);
SVGTextChunkBuilder.cpp 180 float textLengthShift = (chunk.desiredTextLength() - chunkLength) / chunkCharacters;
186 processTextLengthSpacingCorrection(isVerticalText, textLengthShift, fragments, atCharacter);
229 void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigned& atCharacter)
236 fragment.y += textLengthShift * atCharacter;
238 fragment.x += textLengthShift * atCharacter;

Completed in 35 milliseconds