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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.h 32 // SVGTextChunkBuilder performs the third layout phase for SVG text.
38 class SVGTextChunkBuilder {
39 WTF_MAKE_NONCOPYABLE(SVGTextChunkBuilder);
41 SVGTextChunkBuilder();
SVGTextChunkBuilder.cpp 23 #include "SVGTextChunkBuilder.h"
31 SVGTextChunkBuilder::SVGTextChunkBuilder()
35 void SVGTextChunkBuilder::transformationForTextBox(SVGInlineTextBox* textBox, AffineTransform& transform) const
46 void SVGTextChunkBuilder::buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes)
77 void SVGTextChunkBuilder::layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes)
90 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 25 #include "SVGTextChunkBuilder.h"
52 SVGTextChunkBuilder& chunkLayoutBuilder() { return m_chunkLayoutBuilder; }
82 SVGTextChunkBuilder m_chunkLayoutBuilder;
  /external/webkit/Source/WebCore/
Android.mk 941 rendering/svg/SVGTextChunkBuilder.cpp \
    [all...]

Completed in 622 milliseconds