Searched defs:sweepFlag (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGPathSegArc.h | 31 …SegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) in SVGPathSegArc() 85 bool sweepFlag() const { return m_sweepFlag; } in sweepFlag() function 86 void setSweepFlag(bool sweepFlag) in setSweepFlag() 105 …SegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) in create() 111 …SegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) in SVGPathSegArcAbs() 122 …SegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) in create() 128 …SegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) in SVGPathSegArcRel()
|
D | SVGPathStringBuilder.cpp | 102 void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag… in arcTo()
|
D | SVGPathByteStreamBuilder.cpp | 97 …amBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPo… in arcTo()
|
D | SVGPathSegListBuilder.cpp | 132 …stBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPo… in arcTo()
|
D | SVGPathElement.cpp | 134 …loat x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRol… in createSVGPathSegArcAbs() 139 …loat x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRol… in createSVGPathSegArcRel()
|
D | SVGPathParser.cpp | 404 …gle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepFlag) in decomposeArcToCubic()
|