Searched defs:largeArcFlag (Results 1 – 8 of 8) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| D | SVGPathSegArc.h | 30 …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()
|
| D | SVGPathSegArcAbs.h | 31 …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()
|
| D | SVGPathSegArcRel.h | 31 …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()
|
| D | SVGPathSegListBuilder.cpp | 139 void SVGPathSegListBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFla… in arcTo()
|
| D | SVGPathElement.cpp | 131 …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()
|
| D | SVGPathStringBuilder.cpp | 122 void SVGPathStringBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag… in arcTo()
|
| D | SVGPathByteStreamBuilder.cpp | 137 void SVGPathByteStreamBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweep… in arcTo()
|
| D | SVGPathParser.cpp | 412 … angle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepF… in decomposeArcToCubic()
|