Searched refs:m_pathByteStream (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathElement.cpp54 , m_pathByteStream(SVGPathByteStream::create())
85 factory->getSVGPathSegAtLengthFromSVGPathByteStream(m_pathByteStream.get(), length, pathSeg);
188 if (!factory->buildSVGPathByteStreamFromString(attr->value(), m_pathByteStream, UnalteredParsing))
218 factory->buildSVGPathSegListFromByteStream(m_pathByteStream.get(), this, newList, UnalteredParsing);
290 factory->buildSVGPathSegListFromByteStream(m_pathByteStream.get(), this, m_pathSegList.value, UnalteredParsing);
311 factory->buildSVGPathSegListFromByteStream(m_pathByteStream.get(), this, m_pathSegList.value, UnalteredParsing);
331 factory->buildPathFromByteStream(m_pathByteStream.get(), path);
343 m_pathByteStream->clear();
344 factory->buildSVGPathByteStreamFromSVGPathSegList(m_pathSegList.value, m_pathByteStream, UnalteredParsing);
H A DSVGPathElement.h93 SVGPathByteStream* pathByteStream() const { return m_pathByteStream.get(); }
120 OwnPtr<SVGPathByteStream> m_pathByteStream; member in class:WebCore::SVGPathElement

Completed in 41 milliseconds