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

  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamBuilder.cpp 23 #include "SVGPathByteStreamBuilder.h"
32 SVGPathByteStreamBuilder::SVGPathByteStreamBuilder()
37 void SVGPathByteStreamBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
44 void SVGPathByteStreamBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
51 void SVGPathByteStreamBuilder::lineToHorizontal(float x, PathCoordinateMode mode)
58 void SVGPathByteStreamBuilder::lineToVertical(float y, PathCoordinateMode mode)
65 void SVGPathByteStreamBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
74 void SVGPathByteStreamBuilder::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
82 void SVGPathByteStreamBuilder::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint, PathCoordinateMode mode
    [all...]
SVGPathByteStreamBuilder.h 32 class SVGPathByteStreamBuilder : public SVGPathConsumer {
34 SVGPathByteStreamBuilder();

Completed in 19 milliseconds