Home
last modified time | relevance | path

Searched defs:sweepFlag (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathSegArc.h31 …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()
DSVGPathStringBuilder.cpp102 void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag in arcTo()
DSVGPathByteStreamBuilder.cpp97 …amBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPo… in arcTo()
DSVGPathSegListBuilder.cpp132 …stBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPo… in arcTo()
DSVGPathElement.cpp134 …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()
DSVGPathParser.cpp404 …gle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepFlag) in decomposeArcToCubic()