OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPathStringSource
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGPathStringSource.h
31
class
SVGPathStringSource
: public SVGPathSource {
33
static PassOwnPtr<
SVGPathStringSource
> create(const String& string)
35
return adoptPtr(new
SVGPathStringSource
(string));
39
SVGPathStringSource
(const String&);
SVGPathStringSource.cpp
23
#include "
SVGPathStringSource
.h"
29
SVGPathStringSource
::
SVGPathStringSource
(const String& string)
37
bool
SVGPathStringSource
::hasMoreData() const
42
bool
SVGPathStringSource
::moveToNextToken()
47
bool
SVGPathStringSource
::parseSVGSegmentType(SVGPathSegType& pathSegType)
114
SVGPathSegType
SVGPathStringSource
::nextCommand(SVGPathSegType previousCommand)
130
bool
SVGPathStringSource
::parseMoveToSegment(FloatPoint& targetPoint)
140
bool
SVGPathStringSource
::parseLineToSegment(FloatPoint& targetPoint)
150
bool
SVGPathStringSource
::parseLineToHorizontalSegment(float& x
[
all
...]
Completed in 17 milliseconds