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