OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPathSegListSource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegListSource.h
32
class
SVGPathSegListSource
: public SVGPathSource {
34
static PassOwnPtr<
SVGPathSegListSource
> create(const SVGPathSegList& pathSegList)
36
return adoptPtr(new
SVGPathSegListSource
(pathSegList));
40
SVGPathSegListSource
(const SVGPathSegList&);
SVGPathSegListSource.cpp
22
#include "core/svg/
SVGPathSegListSource
.h"
33
SVGPathSegListSource
::
SVGPathSegListSource
(const SVGPathSegList& pathSegList)
40
bool
SVGPathSegListSource
::hasMoreData() const
45
bool
SVGPathSegListSource
::parseSVGSegmentType(SVGPathSegType& pathSegType)
53
SVGPathSegType
SVGPathSegListSource
::nextCommand(SVGPathSegType)
61
bool
SVGPathSegListSource
::parseMoveToSegment(FloatPoint& targetPoint)
70
bool
SVGPathSegListSource
::parseLineToSegment(FloatPoint& targetPoint)
79
bool
SVGPathSegListSource
::parseLineToHorizontalSegment(float& x)
88
bool
SVGPathSegListSource
::parseLineToVerticalSegment(float& y
[
all
...]
Completed in 155 milliseconds