Home
last modified time | relevance | path

Searched refs:LengthAdjustSpacing (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextChunk.h40 LengthAdjustSpacing = 1 << 5, enumerator
55 …ength() const { return m_desiredTextLength > 0 && ((m_chunkStyle & LengthAdjustSpacing) || (m_chun… in hasDesiredTextLength()
57 bool hasLengthAdjustSpacing() const { return m_chunkStyle & LengthAdjustSpacing; } in hasLengthAdjustSpacing()
DSVGTextChunkBuilder.cpp136 chunkStyle |= SVGTextChunk::LengthAdjustSpacing; in addTextChunk()