HomeSort by relevance Sort by last modified time
    Searched refs:SVGTextChunkBuilder (Results 1 - 9 of 9) 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...]
SVGTextLayoutEngine.h 24 #include "core/rendering/svg/SVGTextChunkBuilder.h"
53 SVGTextChunkBuilder& chunkLayoutBuilder() { return m_chunkLayoutBuilder; }
84 SVGTextChunkBuilder m_chunkLayoutBuilder;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 71 third_party/WebKit/Source/core/rendering/svg/SVGTextChunkBuilder.cpp \
webcore_svg.target.darwin-mips.mk 71 third_party/WebKit/Source/core/rendering/svg/SVGTextChunkBuilder.cpp \
webcore_svg.target.darwin-x86.mk 71 third_party/WebKit/Source/core/rendering/svg/SVGTextChunkBuilder.cpp \
webcore_svg.target.linux-arm.mk 71 third_party/WebKit/Source/core/rendering/svg/SVGTextChunkBuilder.cpp \
webcore_svg.target.linux-mips.mk 71 third_party/WebKit/Source/core/rendering/svg/SVGTextChunkBuilder.cpp \
webcore_svg.target.linux-x86.mk 71 third_party/WebKit/Source/core/rendering/svg/SVGTextChunkBuilder.cpp \

Completed in 57 milliseconds