OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPathBuilder
(Results
1 - 2
of
2
) 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
();
Completed in 5258 milliseconds