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

/external/webkit/Source/WebCore/svg/
H A DSVGPathSource.h40 virtual bool parseLineToSegment(FloatPoint&) = 0;
H A DSVGPathParser.h50 bool parseLineToSegment();
H A DSVGPathSegListSource.h49 virtual bool parseLineToSegment(FloatPoint&);
H A DSVGPathStringSource.h47 virtual bool parseLineToSegment(FloatPoint&);
H A DSVGPathByteStreamSource.cpp57 bool SVGPathByteStreamSource::parseLineToSegment(FloatPoint& targetPoint) function in class:WebCore::SVGPathByteStreamSource
H A DSVGPathByteStreamSource.h47 virtual bool parseLineToSegment(FloatPoint&);
H A DSVGPathParser.cpp69 bool SVGPathParser::parseLineToSegment() function in class:WebCore::SVGPathParser
72 if (!m_source->parseLineToSegment(targetPoint))
314 if (!parseLineToSegment())
H A DSVGPathSegListSource.cpp71 bool SVGPathSegListSource::parseLineToSegment(FloatPoint& targetPoint) function in class:WebCore::SVGPathSegListSource
H A DSVGPathStringSource.cpp140 bool SVGPathStringSource::parseLineToSegment(FloatPoint& targetPoint) function in class:WebCore::SVGPathStringSource
H A DSVGPathBlender.cpp111 if (!m_fromSource->parseLineToSegment(fromTargetPoint)
112 || !m_toSource->parseLineToSegment(toTargetPoint))

Completed in 65 milliseconds