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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h 23 #include "core/rendering/svg/SVGTextChunk.h"
42 const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; }
50 void processTextChunk(const SVGTextChunk&);
57 Vector<SVGTextChunk> m_textChunks;
SVGTextChunk.cpp 22 #include "core/rendering/svg/SVGTextChunk.h"
29 SVGTextChunk::SVGTextChunk(unsigned chunkStyle, float desiredTextLength)
35 void SVGTextChunk::calculateLength(float& length, unsigned& characters) const
73 float SVGTextChunk::calculateTextAnchorShift(float length) const
SVGTextChunk.h 30 // A SVGTextChunk describes a range of SVGTextFragments, see the SVG spec definition of a "text chunk".
31 class SVGTextChunk {
43 SVGTextChunk(unsigned chunkStyle, float desiredTextLength);
SVGTextChunkBuilder.cpp 104 unsigned chunkStyle = SVGTextChunk::DefaultStyle;
108 chunkStyle |= SVGTextChunk::RightToLeftText;
112 chunkStyle |= SVGTextChunk::VerticalText;
119 chunkStyle |= SVGTextChunk::MiddleAnchor;
122 chunkStyle |= SVGTextChunk::EndAnchor;
136 chunkStyle |= SVGTextChunk::LengthAdjustSpacing;
139 chunkStyle |= SVGTextChunk::LengthAdjustSpacingAndGlyphs;
144 SVGTextChunk chunk(chunkStyle, desiredTextLength);
153 void SVGTextChunkBuilder::processTextChunk(const SVGTextChunk& chunk)
SVGTextLayoutEngine.cpp 184 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks();
188 const SVGTextChunk& chunk = textChunks.at(i);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 70 third_party/WebKit/Source/core/rendering/svg/SVGTextChunk.cpp \
webcore_svg.target.darwin-mips.mk 70 third_party/WebKit/Source/core/rendering/svg/SVGTextChunk.cpp \
webcore_svg.target.darwin-x86.mk 70 third_party/WebKit/Source/core/rendering/svg/SVGTextChunk.cpp \
webcore_svg.target.linux-arm.mk 70 third_party/WebKit/Source/core/rendering/svg/SVGTextChunk.cpp \
webcore_svg.target.linux-mips.mk 70 third_party/WebKit/Source/core/rendering/svg/SVGTextChunk.cpp \
webcore_svg.target.linux-x86.mk 70 third_party/WebKit/Source/core/rendering/svg/SVGTextChunk.cpp \

Completed in 401 milliseconds