Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextPathElement.h38 SVGTextPathSpacingExact enumerator
72 static unsigned highestEnumValue() { return SVGTextPathSpacingExact; }
81 case SVGTextPathSpacingExact:
94 return SVGTextPathSpacingExact;
109 TEXTPATH_SPACINGTYPE_EXACT = SVGTextPathSpacingExact
DSVGTextPathElement.cpp50 , m_spacing(SVGTextPathSpacingExact) in DEFINE_ANIMATED_LENGTH()