HomeSort by relevance Sort by last modified time
    Searched refs:SVGPathBuilder (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathBuilder.cpp 27 #include "SVGPathBuilder.h"
31 SVGPathBuilder::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()
SVGPathBuilder.h 34 class SVGPathBuilder : public SVGPathConsumer {
36 SVGPathBuilder();
SVGPathParserFactory.cpp 27 #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/
Android.mk     [all...]

Completed in 234 milliseconds