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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSource.h40 virtual bool parseMoveToSegment(FloatPoint&) = 0;
H A DSVGPathParser.h49 bool parseMoveToSegment();
H A DSVGPathSegListSource.h42 virtual bool parseMoveToSegment(FloatPoint&) OVERRIDE;
H A DSVGPathByteStreamSource.cpp49 bool SVGPathByteStreamSource::parseMoveToSegment(FloatPoint& targetPoint) function in class:blink::SVGPathByteStreamSource
H A DSVGPathByteStreamSource.h40 virtual bool parseMoveToSegment(FloatPoint&) OVERRIDE;
H A DSVGPathStringSource.h45 virtual bool parseMoveToSegment(FloatPoint&) OVERRIDE;
H A DSVGPathParser.cpp49 bool SVGPathParser::parseMoveToSegment() function in class:blink::SVGPathParser
52 if (!m_source->parseMoveToSegment(targetPoint))
316 if (!parseMoveToSegment())
H A DSVGPathSegListSource.cpp60 bool SVGPathSegListSource::parseMoveToSegment(FloatPoint& targetPoint) function in class:blink::SVGPathSegListSource
H A DSVGPathBlender.cpp107 if ((m_fromSource->hasMoreData() && !m_fromSource->parseMoveToSegment(fromTargetPoint))
108 || !m_toSource->parseMoveToSegment(toTargetPoint))
H A DSVGPathStringSource.cpp170 bool SVGPathStringSource::parseMoveToSegment(FloatPoint& targetPoint) function in class:blink::SVGPathStringSource

Completed in 97 milliseconds