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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathBuilder.cpp 25 #include "core/svg/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();

Completed in 27 milliseconds