HomeSort by relevance Sort by last modified time
    Searched refs:parseArcToSegment (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSource.h 48 virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&) = 0;
SVGPathParser.h 57 bool parseArcToSegment();
SVGPathSegListSource.h 50 virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&) OVERRIDE;
SVGPathStringSource.h 53 virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&) OVERRIDE;
SVGPathByteStreamSource.cpp 101 bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
SVGPathByteStreamSource.h 48 virtual bool parseArcToSegment(float&, float&, float&, bool&, bool&, FloatPoint&) OVERRIDE;
SVGPathParser.cpp 237 bool SVGPathParser::parseArcToSegment()
245 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
367 if (!parseArcToSegment())
SVGPathSegListSource.cpp 136 bool SVGPathSegListSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
SVGPathBlender.cpp 244 if ((m_fromSource->hasMoreData() && !m_fromSource->parseArcToSegment(fromRx, fromRy, fromAngle, fromLargeArc, fromSweep, fromTargetPoint))
245 || !m_toSource->parseArcToSegment(toRx, toRy, toAngle, toLargeArc, toSweep, toTargetPoint))
SVGPathStringSource.cpp 243 bool SVGPathStringSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)

Completed in 181 milliseconds