Home
last modified time | relevance | path

Searched refs:PathSegUndefinedRole (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathElement.h67 …sRefPtr<SVGPathSegClosePath> createSVGPathSegClosePath(SVGPathSegRole role = PathSegUndefinedRole);
68 …MovetoAbs> createSVGPathSegMovetoAbs(float x, float y, SVGPathSegRole role = PathSegUndefinedRole);
69 …MovetoRel> createSVGPathSegMovetoRel(float x, float y, SVGPathSegRole role = PathSegUndefinedRole);
70 …LinetoAbs> createSVGPathSegLinetoAbs(float x, float y, SVGPathSegRole role = PathSegUndefinedRole);
71 …LinetoRel> createSVGPathSegLinetoRel(float x, float y, SVGPathSegRole role = PathSegUndefinedRole);
72 …at x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
73 …at x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
74 …vetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
75 …vetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
76 …at r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole role = PathSegUndefinedRole);
[all …]
DSVGPathSegWithContext.h39 case PathSegUndefinedRole: in animatedProperty()
64 ASSERT(m_role == PathSegUndefinedRole); in commitChange()
68 ASSERT(m_role != PathSegUndefinedRole); in commitChange()
DSVGPathSegList.h52 static SVGPathSegList initialValue() { return SVGPathSegList(PathSegUndefinedRole); }
DSVGPathSegListBuilder.h50 m_pathSegRole = PathSegUndefinedRole; in cleanup()
DSVGPathSeg.h55 PathSegUndefinedRole = 2 enumerator
DSVGPathSegListBuilder.cpp48 , m_pathSegRole(PathSegUndefinedRole) in SVGPathSegListBuilder()
DSVGPathElement.cpp346 case PathSegUndefinedRole: in pathSegListChanged()
/external/webkit/Source/WebCore/svg/properties/
DSVGPathSegListPropertyTearOff.cpp41 static_cast<SVGPathSegWithContext*>(item.get())->setContextAndRole(0, PathSegUndefinedRole); in clear()
63 …static_cast<SVGPathSegWithContext*>(removedItem.get())->setContextAndRole(0, PathSegUndefinedRole); in removeItem()