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/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathTraversalStateBuilder.cpp
26
#include "core/svg/
SVGPathTraversalStateBuilder
.h"
30
SVGPathTraversalStateBuilder
::
SVGPathTraversalStateBuilder
()
35
void
SVGPathTraversalStateBuilder
::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode)
41
void
SVGPathTraversalStateBuilder
::lineTo(const FloatPoint& targetPoint, PathCoordinateMode)
47
void
SVGPathTraversalStateBuilder
::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode)
53
void
SVGPathTraversalStateBuilder
::closePath()
59
void
SVGPathTraversalStateBuilder
::setDesiredLength(float desiredLength)
65
bool
SVGPathTraversalStateBuilder
::continueConsuming()
72
void
SVGPathTraversalStateBuilder
::incrementPathSegmentCount(
[
all
...]
SVGPathTraversalStateBuilder.h
31
class
SVGPathTraversalStateBuilder
: public SVGPathConsumer {
33
SVGPathTraversalStateBuilder
();
Completed in 25 milliseconds