Searched defs:SVGPathSegListBuilder (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegListBuilder.h35 class SVGPathSegListBuilder : public SVGPathConsumer { class in namespace:WebCore
37 SVGPathSegListBuilder();
H A DSVGPathSegListBuilder.cpp27 #include "SVGPathSegListBuilder.h"
45 SVGPathSegListBuilder::SVGPathSegListBuilder() function in class:WebCore::SVGPathSegListBuilder
52 void SVGPathSegListBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
62 void SVGPathSegListBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
72 void SVGPathSegListBuilder::lineToHorizontal(float x, PathCoordinateMode mode)
82 void SVGPathSegListBuilder::lineToVertical(float y, PathCoordinateMode mode)
92 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
102 void SVGPathSegListBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
112 void SVGPathSegListBuilder
[all...]

Completed in 438 milliseconds