Searched defs:SVGPathByteStream (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathByteStream.h35 class SVGPathByteStream { class in namespace:WebCore
38 static PassOwnPtr<SVGPathByteStream> create()
40 return adoptPtr(new SVGPathByteStream);
43 PassOwnPtr<SVGPathByteStream> copy() const
45 return adoptPtr(new SVGPathByteStream(m_data));
54 void append(SVGPathByteStream* other) { m_data.appendVector(other->m_data); }
62 SVGPathByteStream() { } function in class:WebCore::SVGPathByteStream
63 SVGPathByteStream(const Data& data) function in class:WebCore::SVGPathByteStream

Completed in 120 milliseconds