Searched refs:SVGPathBuilder (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathBuilder.cpp27 #include "SVGPathBuilder.h"
31 SVGPathBuilder::SVGPathBuilder() function in class:WebCore::SVGPathBuilder
36 void SVGPathBuilder::moveTo(const FloatPoint& targetPoint, bool closed, PathCoordinateMode mode)
45 void SVGPathBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
52 void SVGPathBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
64 void SVGPathBuilder::closePath()
H A DSVGPathBuilder.h34 class SVGPathBuilder : public SVGPathConsumer { class in namespace:WebCore
36 SVGPathBuilder();
H A DSVGPathParserFactory.cpp27 #include "SVGPathBuilder.h"
40 static SVGPathBuilder* globalSVGPathBuilder(Path& result)
42 static SVGPathBuilder* s_builder = 0;
44 s_builder = new SVGPathBuilder;
134 SVGPathBuilder* builder = globalSVGPathBuilder(result);
164 SVGPathBuilder* builder = globalSVGPathBuilder(result);
/external/webkit/Source/WebCore/
H A DAndroid.mk1145 svg/SVGPathBuilder.cpp \

Completed in 99 milliseconds