Searched refs:PathSegUnalteredRole (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAnimatedPathSegListPropertyTearOff.h | 37 …aseVal = SVGPathSegListPropertyTearOff::create(this, BaseValRole, PathSegUnalteredRole, m_values, … in baseVal() 44 …nimVal = SVGPathSegListPropertyTearOff::create(this, AnimValRole, PathSegUnalteredRole, m_values, … in animVal()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathElement.cpp | 82 , m_pathSegList(PathSegUnalteredRole) in DEFINE_ANIMATED_NUMBER() 260 SVGPathSegList newList(PathSegUnalteredRole); in svgAttributeChanged() 364 case PathSegUnalteredRole: in pathSegListChanged()
|
D | SVGPathSeg.h | 54 PathSegUnalteredRole = 0, enumerator
|
D | SVGPathSegWithContext.h | 40 case PathSegUnalteredRole: in animatedProperty()
|
D | SVGPathUtilities.cpp | 146 SVGPathSegList appendedItemList(PathSegUnalteredRole); in appendSVGPathByteStreamFromSVGPathSeg() 183 …(element, parsingMode == NormalizedParsing ? PathSegNormalizedRole : PathSegUnalteredRole, result); in buildSVGPathSegListFromByteStream()
|