Home
last modified time | relevance | path

Searched refs:sweepFlag (Results 1 – 19 of 19) 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() argument
39 , m_sweepFlag(sweepFlag) in SVGPathSegArc()
85 bool sweepFlag() const { return m_sweepFlag; } in sweepFlag() function
86 void setSweepFlag(bool sweepFlag) in setSweepFlag() argument
88 m_sweepFlag = sweepFlag; in setSweepFlag()
105 …SegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) in create() argument
107 …return adoptRef(new SVGPathSegArcAbs(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)); in create()
111 …SegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) in SVGPathSegArcAbs() argument
112 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag) in SVGPathSegArcAbs()
122 …SegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) in create() argument
[all …]
DSVGPathStringBuilder.cpp102 void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag in arcTo() argument
105 …("A %.6lg %.6lg %.6lg %d %d %.6lg %.6lg ", r1, r2, angle, largeArcFlag, sweepFlag, targetPoint.x()… in arcTo()
107 …("a %.6lg %.6lg %.6lg %d %d %.6lg %.6lg ", r1, r2, angle, largeArcFlag, sweepFlag, targetPoint.x()… in arcTo()
DSVGPathSegListBuilder.cpp132 …Builder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoin… in arcTo() argument
137 …egArcAbs(targetPoint.x(), targetPoint.y(), r1, r2, angle, largeArcFlag, sweepFlag, m_pathSegRole)); in arcTo()
139 …egArcRel(targetPoint.x(), targetPoint.y(), r1, r2, angle, largeArcFlag, sweepFlag, m_pathSegRole)); in arcTo()
DSVGPathByteStreamBuilder.cpp97 …Builder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoin… in arcTo() argument
105 writeFlag(sweepFlag); in arcTo()
DSVGPathElement.cpp134 …at x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole … in createSVGPathSegArcAbs() argument
136 return SVGPathSegArcAbs::create(this, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag); in createSVGPathSegArcAbs()
139 …at x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole … in createSVGPathSegArcRel() argument
141 return SVGPathSegArcRel::create(this, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag); in createSVGPathSegArcRel()
DSVGPathParser.cpp404 …gle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepFlag) in decomposeArcToCubic() argument
438 if (sweepFlag == largeArcFlag) in decomposeArcToCubic()
449 if (thetaArc < 0 && sweepFlag) in decomposeArcToCubic()
451 else if (thetaArc > 0 && !sweepFlag) in decomposeArcToCubic()
DSVGPathElement.h76 …at x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole …
77 …at x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole …
DSVGPathParser.h47 …omposeArcToCubic(float, float, float, FloatPoint&, FloatPoint&, bool largeArcFlag, bool sweepFlag);
DSVGPathStringBuilder.h51 …virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, Path…
DSVGPathConsumer.h64 …virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, Path…
DSVGPathSegListBuilder.h65 …virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, Path…
DSVGPathElement.idl81 in boolean sweepFlag);
88 in boolean sweepFlag);
DSVGPathByteStreamBuilder.h55 …virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, Path…
DSVGPathSegArcAbs.idl36 attribute [StrictTypeChecking] boolean sweepFlag;
DSVGPathSegArcRel.idl36 attribute [StrictTypeChecking] boolean sweepFlag;
DSVGPathSegListSource.cpp147 sweep = arcTo->sweepFlag(); in parseArcToSegment()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2423469 (WebCore::parseArcFlag): function to read in a 0 or 1 for largeArcFlag and sweepFlag
DChangeLog-2008-08-1017423 (WebCore::SVGPathSegArc::sweepFlag):
DChangeLog-2010-12-069908 (WebCore::SVGPathSegArc::sweepFlag):