Home
last modified time | relevance | path

Searched refs:SVGPathSegListBuilder (Results 1 – 11 of 11) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGPathSegListBuilder.cpp45 SVGPathSegListBuilder::SVGPathSegListBuilder() in SVGPathSegListBuilder() function in WebCore::SVGPathSegListBuilder
52 void SVGPathSegListBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) in moveTo()
62 void SVGPathSegListBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode) in lineTo()
72 void SVGPathSegListBuilder::lineToHorizontal(float x, PathCoordinateMode mode) in lineToHorizontal()
82 void SVGPathSegListBuilder::lineToVertical(float y, PathCoordinateMode mode) in lineToVertical()
92 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const … in curveToCubic()
102 void SVGPathSegListBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPo… in curveToCubicSmooth()
112 void SVGPathSegListBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoin… in curveToQuadratic()
122 void SVGPathSegListBuilder::curveToQuadraticSmooth(const FloatPoint& targetPoint, PathCoordinateMod… in curveToQuadraticSmooth()
132 void SVGPathSegListBuilder::arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFla… in arcTo()
[all …]
H A DSVGPathSegListBuilder.h35 class SVGPathSegListBuilder : public SVGPathConsumer {
37 SVGPathSegListBuilder();
H A DSVGPathParserFactory.cpp50 static SVGPathSegListBuilder* globalSVGPathSegListBuilder(SVGPathElement* element, SVGPathSegRole r… in globalSVGPathSegListBuilder()
52 static SVGPathSegListBuilder* s_builder = 0; in globalSVGPathSegListBuilder()
54 s_builder = new SVGPathSegListBuilder; in globalSVGPathSegListBuilder()
179SVGPathSegListBuilder* builder = globalSVGPathSegListBuilder(element, parsingMode == NormalizedPar… in buildSVGPathSegListFromByteStream()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGParserUtilities.cpp792 class SVGPathSegListBuilder : public SVGPathParser class
910 SVGPathSegListBuilder builder; in pathSegListFromSVGData()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DWebCore.pro2410 svg/SVGPathSegListBuilder.h \
3309 svg/SVGPathSegListBuilder.cpp \
H A DChangeLog-2010-12-069013 (WebCore::SVGPathSegListBuilder::SVGPathSegListBuilder):
10047 * svg/SVGPathSegListBuilder.cpp:
10048 (WebCore::SVGPathSegListBuilder::SVGPathSegListBuilder):
10059 * svg/SVGPathSegListBuilder.h:
10288 (WebCore::SVGPathSegListBuilder::SVGPathSegListBuilder):
66731 * svg/SVGPathSegListBuilder.h:
76349 * svg/SVGPathSegListBuilder.h:
83513 * svg/SVGPathSegListBuilder.h:
83999 (WebCore::SVGPathSegListBuilder::SVGPathSegListBuilder):
84007 * svg/SVGPathSegListBuilder.h:
[all …]
H A DGNUmakefile.list.am3454 Source/WebCore/svg/SVGPathSegListBuilder.cpp \
3455 Source/WebCore/svg/SVGPathSegListBuilder.h \
H A DChangeLog-2007-10-14203 (WebCore::SVGPathSegListBuilder::svgMoveTo):
204 (WebCore::SVGPathSegListBuilder::svgLineTo):
205 (WebCore::SVGPathSegListBuilder::svgLineToHorizontal):
206 (WebCore::SVGPathSegListBuilder::svgLineToVertical):
207 (WebCore::SVGPathSegListBuilder::svgCurveToCubic):
211 (WebCore::SVGPathSegListBuilder::svgArcTo):
3097 (WebCore::SVGPathSegListBuilder::build):
3098 (WebCore::SVGPathSegListBuilder::svgMoveTo):
3099 (WebCore::SVGPathSegListBuilder::svgLineTo):
3106 (WebCore::SVGPathSegListBuilder::svgArcTo):
[all …]
H A DWebCore.gypi5784 'svg/SVGPathSegListBuilder.cpp',
5785 'svg/SVGPathSegListBuilder.h',
H A DChangeLog-2009-06-1655638 (WebCore::SVGPathSegListBuilder::build): Changed to not modify the segment list if
55640 (WebCore::SVGPathSegListBuilder::svgMoveTo): Put the path element into the vector,
55642 (WebCore::SVGPathSegListBuilder::svgLineTo): Ditto.
55643 (WebCore::SVGPathSegListBuilder::svgLineToHorizontal): Ditto.
55644 (WebCore::SVGPathSegListBuilder::svgLineToVertical): Ditto.
55645 (WebCore::SVGPathSegListBuilder::svgCurveToCubic): Ditto.
55646 (WebCore::SVGPathSegListBuilder::svgCurveToCubicSmooth): Ditto.
55647 (WebCore::SVGPathSegListBuilder::svgCurveToQuadratic): Ditto.
55648 (WebCore::SVGPathSegListBuilder::svgCurveToQuadraticSmooth): Ditto.
55649 (WebCore::SVGPathSegListBuilder::svgArcTo): Ditto.
[all …]
H A DChangeLog-2010-05-2422357 (WebCore::SVGPathSegListBuilder::build):