Searched refs:SVGPathByteStream (Results 1 – 15 of 15) sorted by relevance
| /external/webkit/Source/WebCore/svg/ |
| D | SVGPathParserFactory.h | 42 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…
|
| D | SVGPathByteStream.h | 46 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
|
| D | SVGPathParserFactory.cpp | 62 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 …]
|
| D | SVGPathByteStreamSource.h | 33 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;
|
| D | SVGAnimateElement.h | 78 OwnPtr<SVGPathByteStream> m_fromPath; 79 OwnPtr<SVGPathByteStream> m_toPath; 80 OwnPtr<SVGPathByteStream> m_animatedPath; 81 SVGPathByteStream* m_animatedPathPointer;
|
| D | SVGPathByteStreamBuilder.h | 36 void setCurrentByteStream(SVGPathByteStream* byteStream) { m_byteStream = byteStream; } in setCurrentByteStream() 92 SVGPathByteStream* m_byteStream;
|
| D | SVGPathElement.h | 93 SVGPathByteStream* pathByteStream() const { return m_pathByteStream.get(); } in pathByteStream() 120 OwnPtr<SVGPathByteStream> m_pathByteStream;
|
| D | SVGPathByteStreamSource.cpp | 27 SVGPathByteStreamSource::SVGPathByteStreamSource(SVGPathByteStream* stream) in SVGPathByteStreamSource()
|
| D | SVGPathElement.cpp | 54 , m_pathByteStream(SVGPathByteStream::create()) in DEFINE_ANIMATED_NUMBER()
|
| /external/webkit/Source/WebCore/ |
| D | ChangeLog-2010-12-06 | 8887 …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 …]
|
| D | GNUmakefile.list.am | 3436 Source/WebCore/svg/SVGPathByteStream.h \
|
| D | GNUmakefile.am | 3413 Source/WebCore/svg/SVGPathByteStream.h \
|
| D | WebCore.gypi | 5758 'svg/SVGPathByteStream.h',
|
| D | ChangeLog-2011-02-16 | 17591 * svg/SVGPathByteStream.h: 17592 (WebCore::SVGPathByteStream::copySVGPathByteStream): Return copy of current byte stream.
|
| /external/webkit/Source/WebCore/WebCore.xcodeproj/ |
| D | project.pbxproj | 1732 …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 */,
|