OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPathSegListBuilder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
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
...]
SVGPathSegListBuilder.h
35
class
SVGPathSegListBuilder
: public SVGPathConsumer {
37
SVGPathSegListBuilder
();
Completed in 22 milliseconds