OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPathTraversalStateBuilder
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGPathTraversalStateBuilder.cpp
26
#include "
SVGPathTraversalStateBuilder
.h"
30
SVGPathTraversalStateBuilder
::
SVGPathTraversalStateBuilder
()
36
void
SVGPathTraversalStateBuilder
::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode)
42
void
SVGPathTraversalStateBuilder
::lineTo(const FloatPoint& targetPoint, PathCoordinateMode)
48
void
SVGPathTraversalStateBuilder
::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode)
54
void
SVGPathTraversalStateBuilder
::closePath()
60
void
SVGPathTraversalStateBuilder
::setDesiredLength(float desiredLength)
66
bool
SVGPathTraversalStateBuilder
::continueConsuming()
73
void
SVGPathTraversalStateBuilder
::incrementPathSegmentCount(
[
all
...]
SVGPathTraversalStateBuilder.h
31
class
SVGPathTraversalStateBuilder
: public SVGPathConsumer {
33
SVGPathTraversalStateBuilder
();
Completed in 16 milliseconds