HomeSort by relevance Sort by last modified time
    Searched refs:atCharacter (Results 1 - 3 of 3) 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 174 unsigned atCharacter = 0;
179 processTextLengthSpacingCorrection(isVerticalText, textLengthShift, fragments, atCharacter);
222 void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigned& atCharacter)
229 fragment.y += textLengthShift * atCharacter;
231 fragment.x += textLengthShift * atCharacter;
233 atCharacter += fragment.length;
SVGTextLayoutAttributesBuilder.cpp 85 static inline void processRenderSVGInlineText(RenderSVGInlineText* text, unsigned& atCharacter, UChar& lastCharacter)
88 atCharacter += text->textLength();
99 ++atCharacter;

Completed in 144 milliseconds