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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h 31 // SVGTextChunkBuilder performs the third layout phase for SVG text.
37 class SVGTextChunkBuilder {
38 WTF_MAKE_NONCOPYABLE(SVGTextChunkBuilder);
40 SVGTextChunkBuilder();
SVGTextChunkBuilder.cpp 22 #include "core/rendering/svg/SVGTextChunkBuilder.h"
30 SVGTextChunkBuilder::SVGTextChunkBuilder()
34 void SVGTextChunkBuilder::transformationForTextBox(SVGInlineTextBox* textBox, AffineTransform& transform) const
45 void SVGTextChunkBuilder::buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes)
76 void SVGTextChunkBuilder::layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes)
89 void SVGTextChunkBuilder::addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxes, unsigned boxStart, unsigned boxCount)
153 void SVGTextChunkBuilder::processTextChunk(const SVGTextChunk& chunk)
222 void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigned& atCharacter)
237 void SVGTextChunkBuilder::processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>& (…)
    [all...]

Completed in 47 milliseconds