Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegArc.h30 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in SVGPathSegArc()
77 bool largeArcFlag() const { return m_largeArcFlag; } in largeArcFlag() function
78 void setLargeArcFlag(bool largeArcFlag) in setLargeArcFlag()
DSVGPathSegArcAbs.h31 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in create()
37 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in SVGPathSegArcAbs()
DSVGPathSegArcRel.h31 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in create()
37 …athSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in SVGPathSegArcRel()
DSVGPathSegListBuilder.cpp139 void SVGPathSegListBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFla… in arcTo()
DSVGPathElement.cpp131 …SVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in createSVGPathSegArcAbs()
136 …SVGPathSegArcRel(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepF… in createSVGPathSegArcRel()
DSVGPathStringBuilder.cpp122 void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag… in arcTo()
DSVGPathByteStreamBuilder.cpp137 void SVGPathByteStreamBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweep… in arcTo()
DSVGPathParser.cpp412 … angle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepF… in decomposeArcToCubic()