LengthAdjustSpacing 54 Source/core/rendering/svg/SVGTextChunk.h bool hasDesiredTextLength() const { return m_desiredTextLength > 0 && ((m_chunkStyle & LengthAdjustSpacing) || (m_chunkStyle & LengthAdjustSpacingAndGlyphs)); } LengthAdjustSpacing 56 Source/core/rendering/svg/SVGTextChunk.h bool hasLengthAdjustSpacing() const { return m_chunkStyle & LengthAdjustSpacing; } LengthAdjustSpacing 138 Source/core/rendering/svg/SVGTextChunkBuilder.cpp chunkStyle |= SVGTextChunk::LengthAdjustSpacing;