Searched refs:parseArcToSegment (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSource.h48 virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&) = 0;
H A DSVGPathParser.h57 bool parseArcToSegment();
H A DSVGPathSegListSource.h55 virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&);
H A DSVGPathStringSource.h53 virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&);
H A DSVGPathByteStreamSource.cpp101 bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint) function in class:WebCore::SVGPathByteStreamSource
H A DSVGPathByteStreamSource.h53 virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&);
H A DSVGPathParser.cpp237 bool SVGPathParser::parseArcToSegment() function in class:WebCore::SVGPathParser
245 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
367 if (!parseArcToSegment())
H A DSVGPathSegListSource.cpp137 bool SVGPathSegListSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint) function in class:WebCore::SVGPathSegListSource
H A DSVGPathBlender.cpp244 if ((m_fromSource->hasMoreData() && !m_fromSource->parseArcToSegment(fromRx, fromRy, fromAngle, fromLargeArc, fromSweep, fromTargetPoint))
245 || !m_toSource->parseArcToSegment(toRx, toRy, toAngle, toLargeArc, toSweep, toTargetPoint))
H A DSVGPathStringSource.cpp243 bool SVGPathStringSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint) function in class:WebCore::SVGPathStringSource

Completed in 98 milliseconds