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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.h 24 #include "SVGTextChunk.h"
43 const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; }
51 void processTextChunk(const SVGTextChunk&);
58 Vector<SVGTextChunk> m_textChunks;
SVGTextChunk.cpp 23 #include "SVGTextChunk.h"
30 SVGTextChunk::SVGTextChunk(unsigned chunkStyle, float desiredTextLength)
36 void SVGTextChunk::calculateLength(float& length, unsigned& characters) const
74 float SVGTextChunk::calculateTextAnchorShift(float length) const
SVGTextChunk.h 31 // A SVGTextChunk describes a range of SVGTextFragments, see the SVG spec definition of a "text chunk".
32 class SVGTextChunk {
44 SVGTextChunk(unsigned chunkStyle, float desiredTextLength);
SVGTextChunkBuilder.cpp 105 unsigned chunkStyle = SVGTextChunk::DefaultStyle;
109 chunkStyle |= SVGTextChunk::RightToLeftText;
113 chunkStyle |= SVGTextChunk::VerticalText;
120 chunkStyle |= SVGTextChunk::MiddleAnchor;
123 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 191 const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks();
195 const SVGTextChunk& chunk = textChunks.at(i);
  /external/webkit/Source/WebCore/
Android.mk 924 rendering/svg/SVGTextChunk.cpp \
    [all...]

Completed in 458 milliseconds