HomeSort by relevance Sort by last modified time
    Searched refs:m_streamCurrent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamSource.h 58 ASSERT(m_streamCurrent + typeSize <= m_streamEnd);
59 memcpy(data.bytes, m_streamCurrent, typeSize);
60 m_streamCurrent += typeSize;
74 SVGPathByteStream::DataIterator m_streamCurrent;
SVGPathByteStreamSource.cpp 29 m_streamCurrent = stream->begin();
35 return m_streamCurrent < m_streamEnd;

Completed in 382 milliseconds