Searched refs:PathSegUndefinedRole (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGPathElement.h | 67 …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 …]
|
D | SVGPathSegWithContext.h | 39 case PathSegUndefinedRole: in animatedProperty() 64 ASSERT(m_role == PathSegUndefinedRole); in commitChange() 68 ASSERT(m_role != PathSegUndefinedRole); in commitChange()
|
D | SVGPathSegList.h | 52 static SVGPathSegList initialValue() { return SVGPathSegList(PathSegUndefinedRole); }
|
D | SVGPathSegListBuilder.h | 50 m_pathSegRole = PathSegUndefinedRole; in cleanup()
|
D | SVGPathSeg.h | 55 PathSegUndefinedRole = 2 enumerator
|
D | SVGPathSegListBuilder.cpp | 48 , m_pathSegRole(PathSegUndefinedRole) in SVGPathSegListBuilder()
|
D | SVGPathElement.cpp | 346 case PathSegUndefinedRole: in pathSegListChanged()
|
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGPathSegListPropertyTearOff.cpp | 41 static_cast<SVGPathSegWithContext*>(item.get())->setContextAndRole(0, PathSegUndefinedRole); in clear() 63 …static_cast<SVGPathSegWithContext*>(removedItem.get())->setContextAndRole(0, PathSegUndefinedRole); in removeItem()
|