Searched refs:SVGPathByteStreamSource (Results 1 – 11 of 11) sorted by relevance
27 SVGPathByteStreamSource::SVGPathByteStreamSource(SVGPathByteStream* stream) in SVGPathByteStreamSource() function in WebCore::SVGPathByteStreamSource35 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 …]
166 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()
31 class SVGPathByteStreamSource : public SVGPathSource {33 static PassOwnPtr<SVGPathByteStreamSource> create(SVGPathByteStream* stream) in create()35 return adoptPtr(new SVGPathByteStreamSource(stream)); in create()39 SVGPathByteStreamSource(SVGPathByteStream*);
1130 svg/SVGPathByteStreamSource.cpp \
1702 svg/SVGPathByteStreamSource.cpp
3437 Source/WebCore/svg/SVGPathByteStreamSource.cpp \3438 Source/WebCore/svg/SVGPathByteStreamSource.h \
3335 svg/SVGPathByteStreamSource.cpp \
3414 Source/WebCore/svg/SVGPathByteStreamSource.cpp \3415 Source/WebCore/svg/SVGPathByteStreamSource.h \
66709 * 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 …]
5761 'svg/SVGPathByteStreamSource.cpp',5762 'svg/SVGPathByteStreamSource.h',
1735 …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 */,