/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() 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 …]
|
D | SVGPathStringBuilder.cpp | 102 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()
|
D | SVGPathSegListBuilder.cpp | 132 …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()
|
D | SVGPathByteStreamBuilder.cpp | 97 …Builder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoin… in arcTo() argument 105 writeFlag(sweepFlag); in arcTo()
|
D | SVGPathElement.cpp | 134 …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()
|
D | SVGPathParser.cpp | 404 …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()
|
D | SVGPathElement.h | 76 …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 …
|
D | SVGPathParser.h | 47 …omposeArcToCubic(float, float, float, FloatPoint&, FloatPoint&, bool largeArcFlag, bool sweepFlag);
|
D | SVGPathStringBuilder.h | 51 …virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, Path…
|
D | SVGPathConsumer.h | 64 …virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, Path…
|
D | SVGPathSegListBuilder.h | 65 …virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, Path…
|
D | SVGPathElement.idl | 81 in boolean sweepFlag); 88 in boolean sweepFlag);
|
D | SVGPathByteStreamBuilder.h | 55 …virtual void arcTo(float, float, float, bool largeArcFlag, bool sweepFlag, const FloatPoint&, Path…
|
D | SVGPathSegArcAbs.idl | 36 attribute [StrictTypeChecking] boolean sweepFlag;
|
D | SVGPathSegArcRel.idl | 36 attribute [StrictTypeChecking] boolean sweepFlag;
|
D | SVGPathSegListSource.cpp | 147 sweep = arcTo->sweepFlag(); in parseArcToSegment()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 23469 (WebCore::parseArcFlag): function to read in a 0 or 1 for largeArcFlag and sweepFlag
|
D | ChangeLog-2008-08-10 | 17423 (WebCore::SVGPathSegArc::sweepFlag):
|
D | ChangeLog-2010-12-06 | 9908 (WebCore::SVGPathSegArc::sweepFlag):
|