Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPathByteStreamSource.cpp27 SVGPathByteStreamSource::SVGPathByteStreamSource(SVGPathByteStream* stream) in SVGPathByteStreamSource() function in WebCore::SVGPathByteStreamSource
35 bool SVGPathByteStreamSource::hasMoreData() const in hasMoreData()
40 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
46 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType) in nextCommand()
51 bool SVGPathByteStreamSource::parseMoveToSegment(FloatPoint& targetPoint) in parseMoveToSegment()
57 bool SVGPathByteStreamSource::parseLineToSegment(FloatPoint& targetPoint) in parseLineToSegment()
63 bool SVGPathByteStreamSource::parseLineToHorizontalSegment(float& x) in parseLineToHorizontalSegment()
69 bool SVGPathByteStreamSource::parseLineToVerticalSegment(float& y) in parseLineToVerticalSegment()
75 bool SVGPathByteStreamSource::parseCurveToCubicSegment(FloatPoint& point1, FloatPoint& point2, Floa… in parseCurveToCubicSegment()
83 bool SVGPathByteStreamSource::parseCurveToCubicSmoothSegment(FloatPoint& point2, FloatPoint& target… in parseCurveToCubicSmoothSegment()
[all …]
DSVGPathParserFactory.cpp166 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); in buildPathFromByteStream()
181 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); in buildSVGPathSegListFromByteStream()
196 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); in buildStringFromByteStream()
245 OwnPtr<SVGPathByteStreamSource> fromSource = SVGPathByteStreamSource::create(fromStream); in buildAnimatedSVGPathByteStream()
246 OwnPtr<SVGPathByteStreamSource> toSource = SVGPathByteStreamSource::create(toStream); in buildAnimatedSVGPathByteStream()
262 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); in getSVGPathSegAtLengthFromSVGPathByteStream()
DSVGPathByteStreamSource.h31 class SVGPathByteStreamSource : public SVGPathSource {
33 static PassOwnPtr<SVGPathByteStreamSource> create(SVGPathByteStream* stream) in create()
35 return adoptPtr(new SVGPathByteStreamSource(stream)); in create()
39 SVGPathByteStreamSource(SVGPathByteStream*);
/external/webkit/Source/WebCore/
DAndroid.mk1130 svg/SVGPathByteStreamSource.cpp \
DCMakeLists.txt1702 svg/SVGPathByteStreamSource.cpp
DGNUmakefile.list.am3437 Source/WebCore/svg/SVGPathByteStreamSource.cpp \
3438 Source/WebCore/svg/SVGPathByteStreamSource.h \
DWebCore.pro3335 svg/SVGPathByteStreamSource.cpp \
DGNUmakefile.am3414 Source/WebCore/svg/SVGPathByteStreamSource.cpp \
3415 Source/WebCore/svg/SVGPathByteStreamSource.h \
DChangeLog-2010-12-0666709 * svg/SVGPathByteStreamSource.cpp:
66710 * svg/SVGPathByteStreamSource.h:
82025 * svg/SVGPathByteStreamSource.cpp:
82026 (WebCore::SVGPathByteStreamSource::parseSVGSegmentType):
82027 (WebCore::SVGPathByteStreamSource::nextCommand):
82028 (WebCore::SVGPathByteStreamSource::parseMoveToSegment):
82029 (WebCore::SVGPathByteStreamSource::parseLineToSegment):
82030 (WebCore::SVGPathByteStreamSource::parseLineToHorizontalSegment):
82031 (WebCore::SVGPathByteStreamSource::parseLineToVerticalSegment):
82032 (WebCore::SVGPathByteStreamSource::parseCurveToCubicSegment):
[all …]
DWebCore.gypi5761 'svg/SVGPathByteStreamSource.cpp',
5762 'svg/SVGPathByteStreamSource.h',
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1735 …C00141F8F /* SVGPathByteStreamSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8419D2AA12…
1736 …FC00141F8F /* SVGPathByteStreamSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 8419D2AB120…
8350 …/* SVGPathByteStreamSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
8351 …8F /* SVGPathByteStreamSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
17546 8419D2AA120D92FC00141F8F /* SVGPathByteStreamSource.cpp */,
17547 8419D2AB120D92FC00141F8F /* SVGPathByteStreamSource.h */,
22653 8419D2AD120D92FC00141F8F /* SVGPathByteStreamSource.h in Headers */,
25447 8419D2AC120D92FC00141F8F /* SVGPathByteStreamSource.cpp in Sources */,