/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathElement.h | 64 …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 …]
|
D | SVGPathElement.cpp | 115 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 …]
|
D | SVGPathSegWithContext.h | 29 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()
|
D | SVGPathSegList.h | 35 SVGPathSegList(SVGPathSegRole role) in SVGPathSegList() 46 SVGPathSegRole m_role;
|
D | SVGPathSegClosePath.h | 30 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) in create() 36 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegClosePath()
|
D | SVGPathSegLinetoHorizontalAbs.h | 31 …static PassRefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole ro… in create() 37 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalAbs()
|
D | SVGPathSegLinetoVerticalAbs.h | 31 …static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role… in create() 37 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalAbs()
|
D | SVGPathSegLinetoVerticalRel.h | 31 …static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role… in create() 37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalRel()
|
D | SVGPathSegLinetoHorizontalRel.h | 31 …static PassRefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole ro… in create() 37 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalRel()
|
D | SVGPathSegCurvetoQuadraticSmoothRel.h | 31 …SVGPathSegCurvetoQuadraticSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x,… in create() 37 …SVGPathSegCurvetoQuadraticSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothRel()
|
D | SVGPathSegLinetoAbs.h | 31 …static PassRefPtr<SVGPathSegLinetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 37 SVGPathSegLinetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoAbs()
|
D | SVGPathSegLinetoRel.h | 31 …static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 37 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoRel()
|
D | SVGPathSegMovetoAbs.h | 31 …static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 37 SVGPathSegMovetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoAbs()
|
D | SVGPathSegCurvetoQuadraticSmoothAbs.h | 31 …SVGPathSegCurvetoQuadraticSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x,… in create() 37 …SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothAbs()
|
D | SVGPathSegMovetoRel.h | 31 …static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 37 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoRel()
|
D | SVGPathSegCurvetoCubicSmoothRel.h | 31 …Ptr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x,… in create() 37 …SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, fl… in SVGPathSegCurvetoCubicSmoothRel()
|
D | SVGPathSegCurvetoQuadraticAbs.h | 31 …static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole ro… in create() 37 …SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, floa… in SVGPathSegCurvetoQuadraticAbs()
|
D | SVGPathSegCurvetoQuadraticRel.h | 31 …static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole ro… in create() 37 …SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, floa… in SVGPathSegCurvetoQuadraticRel()
|
D | SVGPathSegCurvetoCubicSmoothAbs.h | 31 …Ptr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x,… in create() 37 …SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, fl… in SVGPathSegCurvetoCubicSmoothAbs()
|
D | SVGPathSegCurvetoCubicAbs.h | 31 …static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, … in create() 37 …SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1… in SVGPathSegCurvetoCubicAbs()
|
D | SVGPathSegCurvetoCubicRel.h | 31 …static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, … in create() 37 …SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1… in SVGPathSegCurvetoCubicRel()
|
D | SVGPathSegArcRel.h | 31 …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()
|
D | SVGPathSegArcAbs.h | 31 …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()
|
D | SVGPathSegListBuilder.h | 41 void setCurrentSVGPathSegRole(SVGPathSegRole pathSegRole) { m_pathSegRole = pathSegRole; } in setCurrentSVGPathSegRole() 69 SVGPathSegRole m_pathSegRole;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGPathSegListPropertyTearOff.h | 38 …AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, S… in create() 118 …AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, S… in SVGPathSegListPropertyTearOff() 159 SVGPathSegRole m_pathSegRole;
|