Home
last modified time | relevance | path

Searched refs:SVGPathSegRole (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathElement.h64 …PassRefPtr<SVGPathSegClosePath> createSVGPathSegClosePath(SVGPathSegRole role = PathSegUndefinedRo…
65 …PassRefPtr<SVGPathSegMovetoAbs> createSVGPathSegMovetoAbs(float x, float y, SVGPathSegRole role = …
66 …PassRefPtr<SVGPathSegMovetoRel> createSVGPathSegMovetoRel(float x, float y, SVGPathSegRole role = …
67 …PassRefPtr<SVGPathSegLinetoAbs> createSVGPathSegLinetoAbs(float x, float y, SVGPathSegRole role = …
68 …PassRefPtr<SVGPathSegLinetoRel> createSVGPathSegLinetoRel(float x, float y, SVGPathSegRole role = …
69 …toCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSeg…
70 …toCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSeg…
71 …eSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role = PathSeg…
72 …eSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role = PathSeg…
73 … float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole role = PathSeg…
[all …]
DSVGPathElement.cpp115 PassRefPtr<SVGPathSegClosePath> SVGPathElement::createSVGPathSegClosePath(SVGPathSegRole role) in createSVGPathSegClosePath()
120 …GPathSegMovetoAbs> SVGPathElement::createSVGPathSegMovetoAbs(float x, float y, SVGPathSegRole role) in createSVGPathSegMovetoAbs()
125 …GPathSegMovetoRel> SVGPathElement::createSVGPathSegMovetoRel(float x, float y, SVGPathSegRole role) in createSVGPathSegMovetoRel()
130 …GPathSegLinetoAbs> SVGPathElement::createSVGPathSegLinetoAbs(float x, float y, SVGPathSegRole role) in createSVGPathSegLinetoAbs()
135 …GPathSegLinetoRel> SVGPathElement::createSVGPathSegLinetoRel(float x, float y, SVGPathSegRole role) in createSVGPathSegLinetoRel()
140 …thSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) in createSVGPathSegCurvetoCubicAbs()
145 …thSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) in createSVGPathSegCurvetoCubicRel()
150 …ent::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role) in createSVGPathSegCurvetoQuadraticAbs()
155 …ent::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role) in createSVGPathSegCurvetoQuadraticRel()
160 …, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole role) in createSVGPathSegArcAbs()
[all …]
DSVGPathSegWithContext.h29 SVGPathSegWithContext(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegWithContext()
51 SVGPathSegRole role() const { return m_role; } in role()
53 void setContextAndRole(SVGPathElement* element, SVGPathSegRole role) in setContextAndRole()
71 SVGPathSegRole m_role;
92 SVGPathSegSingleCoordinate(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegSingleCoordinate()
DSVGPathSegList.h35 SVGPathSegList(SVGPathSegRole role) in SVGPathSegList()
46 SVGPathSegRole m_role;
DSVGPathSegClosePath.h30 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) in create()
36 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegClosePath()
DSVGPathSegLinetoHorizontalAbs.h31 …static PassRefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole ro… in create()
37 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalAbs()
DSVGPathSegLinetoVerticalAbs.h31 …static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role… in create()
37 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalAbs()
DSVGPathSegLinetoVerticalRel.h31 …static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role… in create()
37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalRel()
DSVGPathSegLinetoHorizontalRel.h31 …static PassRefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole ro… in create()
37 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalRel()
DSVGPathSegCurvetoQuadraticSmoothRel.h31 …SVGPathSegCurvetoQuadraticSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x,… in create()
37 …SVGPathSegCurvetoQuadraticSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothRel()
DSVGPathSegLinetoAbs.h31 …static PassRefPtr<SVGPathSegLinetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegLinetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoAbs()
DSVGPathSegLinetoRel.h31 …static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoRel()
DSVGPathSegMovetoAbs.h31 …static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegMovetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoAbs()
DSVGPathSegCurvetoQuadraticSmoothAbs.h31 …SVGPathSegCurvetoQuadraticSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x,… in create()
37 …SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothAbs()
DSVGPathSegMovetoRel.h31 …static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoRel()
DSVGPathSegCurvetoCubicSmoothRel.h31 …Ptr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x,… in create()
37 …SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, fl… in SVGPathSegCurvetoCubicSmoothRel()
DSVGPathSegCurvetoQuadraticAbs.h31 …static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole ro… in create()
37 …SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, floa… in SVGPathSegCurvetoQuadraticAbs()
DSVGPathSegCurvetoQuadraticRel.h31 …static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole ro… in create()
37 …SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, floa… in SVGPathSegCurvetoQuadraticRel()
DSVGPathSegCurvetoCubicSmoothAbs.h31 …Ptr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x,… in create()
37 …SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, fl… in SVGPathSegCurvetoCubicSmoothAbs()
DSVGPathSegCurvetoCubicAbs.h31 …static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, … in create()
37 …SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1… in SVGPathSegCurvetoCubicAbs()
DSVGPathSegCurvetoCubicRel.h31 …static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, … in create()
37 …SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1… in SVGPathSegCurvetoCubicRel()
DSVGPathSegArcRel.h31 …static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, SVGPathSegRole role, float x, … in create()
37 …SVGPathSegArcRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r… in SVGPathSegArcRel()
DSVGPathSegArcAbs.h31 …static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, … in create()
37 …SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r… in SVGPathSegArcAbs()
DSVGPathSegListBuilder.h41 void setCurrentSVGPathSegRole(SVGPathSegRole pathSegRole) { m_pathSegRole = pathSegRole; } in setCurrentSVGPathSegRole()
69 SVGPathSegRole m_pathSegRole;
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPathSegListPropertyTearOff.h38 …AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, S… in create()
118 …AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, S… in SVGPathSegListPropertyTearOff()
159 SVGPathSegRole m_pathSegRole;

12