Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPathSegArc.h31 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in SVGPathSegArc()
78 bool largeArcFlag() const { return m_largeArcFlag; } in largeArcFlag() function
79 void setLargeArcFlag(bool largeArcFlag) in setLargeArcFlag()
105 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in create()
111 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in SVGPathSegArcAbs()
122 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in create()
128 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in SVGPathSegArcRel()
DSVGPathStringBuilder.cpp102 void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag… in arcTo()
DSVGPathByteStreamBuilder.cpp97 void SVGPathByteStreamBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweep… in arcTo()
DSVGPathSegListBuilder.cpp132 void SVGPathSegListBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFla… in arcTo()
DSVGPathElement.cpp134 …SVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in createSVGPathSegArcAbs()
139 …SVGPathSegArcRel(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in createSVGPathSegArcRel()
DSVGPathParser.cpp404 … angle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepF… in decomposeArcToCubic()