Home
last modified time | relevance | path

Searched refs:SVGPathStringSource (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathStringSource.cpp29 SVGPathStringSource::SVGPathStringSource(const String& string) in SVGPathStringSource() function in WebCore::SVGPathStringSource
37 bool SVGPathStringSource::hasMoreData() const in hasMoreData()
42 bool SVGPathStringSource::moveToNextToken() in moveToNextToken()
47 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
114 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand) in nextCommand()
130 bool SVGPathStringSource::parseMoveToSegment(FloatPoint& targetPoint) in parseMoveToSegment()
140 bool SVGPathStringSource::parseLineToSegment(FloatPoint& targetPoint) in parseLineToSegment()
150 bool SVGPathStringSource::parseLineToHorizontalSegment(float& x) in parseLineToHorizontalSegment()
155 bool SVGPathStringSource::parseLineToVerticalSegment(float& y) in parseLineToVerticalSegment()
160 bool SVGPathStringSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, FloatPoi… in parseCurveToCubicSegment()
[all …]
DSVGPathStringSource.h31 class SVGPathStringSource : public SVGPathSource {
33 static PassOwnPtr<SVGPathStringSource> create(const String& string) in create()
35 return adoptPtr(new SVGPathStringSource(string)); in create()
39 SVGPathStringSource(const String&);
DSVGPathParserFactory.cpp136 OwnPtr<SVGPathStringSource> source = SVGPathStringSource::create(d); in buildPathFromString()
228 OwnPtr<SVGPathStringSource> source = SVGPathStringSource::create(d); in buildSVGPathByteStreamFromString()
/external/webkit/Source/WebCore/
DAndroid.mk1155 svg/SVGPathStringSource.cpp \
DCMakeLists.txt1710 svg/SVGPathStringSource.cpp
DGNUmakefile.list.am3467 Source/WebCore/svg/SVGPathStringSource.cpp \
3468 Source/WebCore/svg/SVGPathStringSource.h \
DWebCore.pro3343 svg/SVGPathStringSource.cpp \
DGNUmakefile.am3444 Source/WebCore/svg/SVGPathStringSource.cpp \
3445 Source/WebCore/svg/SVGPathStringSource.h \
DWebCore.gypi5791 'svg/SVGPathStringSource.cpp',
5792 'svg/SVGPathStringSource.h',
DChangeLog-2010-12-0666738 * svg/SVGPathStringSource.cpp:
66739 * svg/SVGPathStringSource.h:
82068 * svg/SVGPathStringSource.cpp:
82069 (WebCore::SVGPathStringSource::parseMoveToSegment):
82070 (WebCore::SVGPathStringSource::parseLineToSegment):
82071 (WebCore::SVGPathStringSource::parseLineToHorizontalSegment):
82072 (WebCore::SVGPathStringSource::parseLineToVerticalSegment):
82073 (WebCore::SVGPathStringSource::parseCurveToCubicSegment):
82074 (WebCore::SVGPathStringSource::parseCurveToCubicSmoothSegment):
82075 (WebCore::SVGPathStringSource::parseCurveToQuadraticSegment):
[all …]
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1748 …0C9AAC0021954A /* SVGPathStringSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 84300BD5120…
1750 …C9AED0021954A /* SVGPathStringSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84300BD912…
8364 …21954A /* SVGPathStringSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
8366 …54A /* SVGPathStringSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
17598 84300BD9120C9AED0021954A /* SVGPathStringSource.cpp */,
17599 84300BD5120C9AAC0021954A /* SVGPathStringSource.h */,
22676 84300BD6120C9AAC0021954A /* SVGPathStringSource.h in Headers */,
25456 84300BDA120C9AED0021954A /* SVGPathStringSource.cpp in Sources */,