Searched refs:SVGLengthAdjustSpacing (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextContentElement.h36 SVGLengthAdjustSpacing, enumerator in enum:WebCore::SVGLengthAdjustType
49 case SVGLengthAdjustSpacing:
64 return SVGLengthAdjustSpacing;
75 LENGTHADJUST_SPACING = SVGLengthAdjustSpacing,
H A DSVGTextContentElement.cpp69 , m_lengthAdjust(SVGLengthAdjustSpacing)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextChunkBuilder.cpp135 case SVGLengthAdjustSpacing:
H A DSVGTextLayoutEngine.cpp151 if (textContentElement->lengthAdjustCurrentValue() == SVGLengthAdjustSpacing && textContentElement->specifiedTextLength().value(lengthContext) > 0)
216 if (lengthAdjust == SVGLengthAdjustSpacing)

Completed in 122 milliseconds