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/webkit/Source/WebCore/svg/
SVGPathSegListSource.h
33
class
SVGPathSegListSource
: public SVGPathSource {
35
static PassOwnPtr<
SVGPathSegListSource
> create(const SVGPathSegList& pathSegList)
37
return adoptPtr(new
SVGPathSegListSource
(pathSegList));
41
SVGPathSegListSource
(const SVGPathSegList&);
SVGPathSegListSource.cpp
23
#include "
SVGPathSegListSource
.h"
34
SVGPathSegListSource
::
SVGPathSegListSource
(const SVGPathSegList& pathSegList)
41
bool
SVGPathSegListSource
::hasMoreData() const
46
bool
SVGPathSegListSource
::parseSVGSegmentType(SVGPathSegType& pathSegType)
54
SVGPathSegType
SVGPathSegListSource
::nextCommand(SVGPathSegType)
62
bool
SVGPathSegListSource
::parseMoveToSegment(FloatPoint& targetPoint)
71
bool
SVGPathSegListSource
::parseLineToSegment(FloatPoint& targetPoint)
80
bool
SVGPathSegListSource
::parseLineToHorizontalSegment(float& x)
89
bool
SVGPathSegListSource
::parseLineToVerticalSegment(float& y
[
all
...]
Completed in 17 milliseconds