Searched defs:largeArcFlag (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGPathSegArc.h | 31 …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()
|
D | SVGPathStringBuilder.cpp | 102 void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag… in arcTo()
|
D | SVGPathByteStreamBuilder.cpp | 97 void SVGPathByteStreamBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweep… in arcTo()
|
D | SVGPathSegListBuilder.cpp | 132 void SVGPathSegListBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFla… in arcTo()
|
D | SVGPathElement.cpp | 134 …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()
|
D | SVGPathParser.cpp | 404 … angle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepF… in decomposeArcToCubic()
|