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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSource.h42 virtual bool parseLineToHorizontalSegment(float&) = 0;
H A DSVGPathParser.h51 bool parseLineToHorizontalSegment();
H A DSVGPathSegListSource.h44 virtual bool parseLineToHorizontalSegment(float&) OVERRIDE;
H A DSVGPathByteStreamSource.cpp61 bool SVGPathByteStreamSource::parseLineToHorizontalSegment(float& x) function in class:blink::SVGPathByteStreamSource
H A DSVGPathByteStreamSource.h42 virtual bool parseLineToHorizontalSegment(float&) OVERRIDE;
H A DSVGPathStringSource.h47 virtual bool parseLineToHorizontalSegment(float&) OVERRIDE;
H A DSVGPathParser.cpp85 bool SVGPathParser::parseLineToHorizontalSegment() function in class:blink::SVGPathParser
88 if (!m_source->parseLineToHorizontalSegment(toX))
328 if (!parseLineToHorizontalSegment())
H A DSVGPathSegListSource.cpp78 bool SVGPathSegListSource::parseLineToHorizontalSegment(float& x) function in class:blink::SVGPathSegListSource
H A DSVGPathBlender.cpp135 if ((m_fromSource->hasMoreData() && !m_fromSource->parseLineToHorizontalSegment(fromX))
136 || !m_toSource->parseLineToHorizontalSegment(toX))
H A DSVGPathStringSource.cpp184 bool SVGPathStringSource::parseLineToHorizontalSegment(float& x) function in class:blink::SVGPathStringSource

Completed in 324 milliseconds