Home
last modified time | relevance | path

Searched refs:SVGPathByteStream (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathParserFactory.h42 bool buildPathFromByteStream(SVGPathByteStream*, Path&);
45 …bool buildSVGPathByteStreamFromSVGPathSegList(const SVGPathSegList&, OwnPtr<SVGPathByteStream>&, P…
46 … bool buildSVGPathByteStreamFromString(const String&, OwnPtr<SVGPathByteStream>&, PathParsingMode);
49 bool buildStringFromByteStream(SVGPathByteStream*, String&, PathParsingMode);
53 …bool buildSVGPathSegListFromByteStream(SVGPathByteStream*, SVGPathElement*, SVGPathSegList&, PathP…
55 …bool buildAnimatedSVGPathByteStream(SVGPathByteStream*, SVGPathByteStream*, OwnPtr<SVGPathByteStre…
56 …bool getSVGPathSegAtLengthFromSVGPathByteStream(SVGPathByteStream*, float length, unsigned long& p…
DSVGPathByteStream.h46 class SVGPathByteStream {
47 WTF_MAKE_NONCOPYABLE(SVGPathByteStream); WTF_MAKE_FAST_ALLOCATED;
49 static PassOwnPtr<SVGPathByteStream> create() in create()
51 return adoptPtr(new SVGPathByteStream); in create()
54 PassOwnPtr<SVGPathByteStream> copy() in copy()
56 return adoptPtr(new SVGPathByteStream(m_data)); in copy()
69 SVGPathByteStream() { } in SVGPathByteStream() function
70 SVGPathByteStream(Data& data) in SVGPathByteStream() function
DSVGPathParserFactory.cpp62 static SVGPathByteStreamBuilder* globalSVGPathByteStreamBuilder(SVGPathByteStream* result) in globalSVGPathByteStreamBuilder()
143 …PathByteStreamFromSVGPathSegList(const SVGPathSegList& list, OwnPtr<SVGPathByteStream>& result, Pa… in buildSVGPathByteStreamFromSVGPathSegList()
145 result = SVGPathByteStream::create(); in buildSVGPathByteStreamFromSVGPathSegList()
158 bool SVGPathParserFactory::buildPathFromByteStream(SVGPathByteStream* stream, Path& result) in buildPathFromByteStream()
173 bool SVGPathParserFactory::buildSVGPathSegListFromByteStream(SVGPathByteStream* stream, SVGPathElem… in buildSVGPathSegListFromByteStream()
188 bool SVGPathParserFactory::buildStringFromByteStream(SVGPathByteStream* stream, String& result, Pat… in buildStringFromByteStream()
220 …erFactory::buildSVGPathByteStreamFromString(const String& d, OwnPtr<SVGPathByteStream>& result, Pa… in buildSVGPathByteStreamFromString()
222 result = SVGPathByteStream::create(); in buildSVGPathByteStreamFromString()
235 …y::buildAnimatedSVGPathByteStream(SVGPathByteStream* fromStream, SVGPathByteStream* toStream, OwnP… in buildAnimatedSVGPathByteStream()
239 result = SVGPathByteStream::create(); in buildAnimatedSVGPathByteStream()
[all …]
DSVGPathByteStreamSource.h33 static PassOwnPtr<SVGPathByteStreamSource> create(SVGPathByteStream* stream) in create()
39 SVGPathByteStreamSource(SVGPathByteStream*);
96 SVGPathByteStream* m_stream;
97 SVGPathByteStream::DataIterator m_streamCurrent;
98 SVGPathByteStream::DataIterator m_streamEnd;
DSVGAnimateElement.h78 OwnPtr<SVGPathByteStream> m_fromPath;
79 OwnPtr<SVGPathByteStream> m_toPath;
80 OwnPtr<SVGPathByteStream> m_animatedPath;
81 SVGPathByteStream* m_animatedPathPointer;
DSVGPathByteStreamBuilder.h36 void setCurrentByteStream(SVGPathByteStream* byteStream) { m_byteStream = byteStream; } in setCurrentByteStream()
92 SVGPathByteStream* m_byteStream;
DSVGPathElement.h93 SVGPathByteStream* pathByteStream() const { return m_pathByteStream.get(); } in pathByteStream()
120 OwnPtr<SVGPathByteStream> m_pathByteStream;
DSVGPathByteStreamSource.cpp27 SVGPathByteStreamSource::SVGPathByteStreamSource(SVGPathByteStream* stream) in SVGPathByteStreamSource()
DSVGPathElement.cpp54 , m_pathByteStream(SVGPathByteStream::create()) in DEFINE_ANIMATED_NUMBER()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-068887 …plicitely requests 'pathElement.pathSegList' (eg. via JS). Switch to use SVGPathByteStream to store
8890 …String/Path/SVGPathSegList/SVGPathByteStream in all directions, including normalizing the lists, w…
8922 …* svg/SVGPathElement.cpp: Build SVGPathList on demand. Use SVGPathByteStream to parse/store the 'd…
8924 …(WebCore::SVGPathElement::getPathSegAtLength): Use SVGPathByteStream, not SVGPathSegList to determ…
8944 …(WebCore::SVGPathElement::parseMappedAttribute): Build SVGPathByteStream from 'd' attribute, not a…
8952 …(WebCore::SVGPathElement::toPathData): Build 'Path' object from SVGPathByteStream, not from SVGPat…
8958 …y, remove obsolete methods, now that SVGPathElement switched to using SVGPathByteStream internally.
10162 …plicitely requests 'pathElement.pathSegList' (eg. via JS). Switch to use SVGPathByteStream to store
10165 …String/Path/SVGPathSegList/SVGPathByteStream in all directions, including normalizing the lists, w…
10197 …* svg/SVGPathElement.cpp: Build SVGPathList on demand. Use SVGPathByteStream to parse/store the 'd…
[all …]
DGNUmakefile.list.am3436 Source/WebCore/svg/SVGPathByteStream.h \
DGNUmakefile.am3413 Source/WebCore/svg/SVGPathByteStream.h \
DWebCore.gypi5758 'svg/SVGPathByteStream.h',
DChangeLog-2011-02-1617591 * svg/SVGPathByteStream.h:
17592 (WebCore::SVGPathByteStream::copySVGPathByteStream): Return copy of current byte stream.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1732 …120D92D000141F8F /* SVGPathByteStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 8419D2A4120…
8347 …00141F8F /* SVGPathByteStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
17543 8419D2A4120D92D000141F8F /* SVGPathByteStream.h */,
22651 8419D2A7120D92D000141F8F /* SVGPathByteStream.h in Headers */,