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

/external/webkit/Source/WebCore/svg/
H A DSVGPathSource.h39 virtual bool parseMoveToSegment(FloatPoint&) = 0;
H A DSVGPathParser.h49 bool parseMoveToSegment();
H A DSVGPathSegListSource.h48 virtual bool parseMoveToSegment(FloatPoint&);
H A DSVGPathStringSource.h46 virtual bool parseMoveToSegment(FloatPoint&);
H A DSVGPathByteStreamSource.cpp51 bool SVGPathByteStreamSource::parseMoveToSegment(FloatPoint& targetPoint) function in class:WebCore::SVGPathByteStreamSource
H A DSVGPathByteStreamSource.h46 virtual bool parseMoveToSegment(FloatPoint&);
H A DSVGPathParser.cpp50 bool SVGPathParser::parseMoveToSegment() function in class:WebCore::SVGPathParser
53 if (!m_source->parseMoveToSegment(targetPoint))
308 if (!parseMoveToSegment())
H A DSVGPathSegListSource.cpp62 bool SVGPathSegListSource::parseMoveToSegment(FloatPoint& targetPoint) function in class:WebCore::SVGPathSegListSource
H A DSVGPathStringSource.cpp130 bool SVGPathStringSource::parseMoveToSegment(FloatPoint& targetPoint) function in class:WebCore::SVGPathStringSource
H A DSVGPathBlender.cpp97 if (!m_fromSource->parseMoveToSegment(fromTargetPoint)
98 || !m_toSource->parseMoveToSegment(toTargetPoint))

Completed in 67 milliseconds