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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegListBuilder.h 35 class SVGPathSegListBuilder : public SVGPathConsumer {
37 SVGPathSegListBuilder();
SVGPathSegListBuilder.cpp 26 #include "core/svg/SVGPathSegListBuilder.h"
52 SVGPathSegListBuilder::SVGPathSegListBuilder()
59 void SVGPathSegListBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
69 void SVGPathSegListBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
79 void SVGPathSegListBuilder::lineToHorizontal(float x, PathCoordinateMode mode)
89 void SVGPathSegListBuilder::lineToVertical(float y, PathCoordinateMode mode)
99 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
109 void SVGPathSegListBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
119 void SVGPathSegListBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint, PathCoordinateMode mode
    [all...]
SVGPathUtilities.cpp 29 #include "core/svg/SVGPathSegListBuilder.h"
48 static SVGPathSegListBuilder* globalSVGPathSegListBuilder(SVGPathElement* element, SVGPathSegRole role, SVGPathSegList& result)
50 static SVGPathSegListBuilder* s_builder = 0;
52 s_builder = new SVGPathSegListBuilder;
183 SVGPathSegListBuilder* builder = globalSVGPathSegListBuilder(element, parsingMode == NormalizedParsing ? PathSegNormalizedRole : PathSegUnalteredRole, result);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegListBuilder.cpp \
webcore_svg.target.darwin-mips.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegListBuilder.cpp \
webcore_svg.target.darwin-x86.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegListBuilder.cpp \
webcore_svg.target.linux-arm.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegListBuilder.cpp \
webcore_svg.target.linux-mips.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegListBuilder.cpp \
webcore_svg.target.linux-x86.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegListBuilder.cpp \

Completed in 58 milliseconds