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

/external/webkit/Source/WebCore/svg/
H A DSVGPathSource.h45 virtual bool parseCurveToQuadraticSegment(FloatPoint&, FloatPoint&) = 0;
H A DSVGPathParser.h55 bool parseCurveToQuadraticSegment();
H A DSVGPathSegListSource.h54 virtual bool parseCurveToQuadraticSegment(FloatPoint&, FloatPoint&);
H A DSVGPathStringSource.h52 virtual bool parseCurveToQuadraticSegment(FloatPoint&, FloatPoint&);
H A DSVGPathByteStreamSource.cpp90 bool SVGPathByteStreamSource::parseCurveToQuadraticSegment(FloatPoint& point1, FloatPoint& targetPoint) function in class:WebCore::SVGPathByteStreamSource
H A DSVGPathByteStreamSource.h52 virtual bool parseCurveToQuadraticSegment(FloatPoint&, FloatPoint&);
H A DSVGPathParser.cpp174 bool SVGPathParser::parseCurveToQuadraticSegment() function in class:WebCore::SVGPathParser
178 if (!m_source->parseCurveToQuadraticSegment(point1, targetPoint))
347 if (!parseCurveToQuadraticSegment())
H A DSVGPathSegListSource.cpp119 bool SVGPathSegListSource::parseCurveToQuadraticSegment(FloatPoint& point1, FloatPoint& targetPoint) function in class:WebCore::SVGPathSegListSource
H A DSVGPathStringSource.cpp197 bool SVGPathStringSource::parseCurveToQuadraticSegment(FloatPoint& point2, FloatPoint& targetPoint) function in class:WebCore::SVGPathStringSource
H A DSVGPathBlender.cpp194 if (!m_fromSource->parseCurveToQuadraticSegment(fromPoint1, fromTargetPoint)
195 || !m_toSource->parseCurveToQuadraticSegment(toPoint1, toTargetPoint))

Completed in 224 milliseconds