Home
last modified time | relevance | path

Searched refs:m_streamCurrent (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathByteStreamSource.h66 ASSERT(m_streamCurrent < m_streamEnd); in readType()
67 data.bytes[i] = *m_streamCurrent; in readType()
68 ++m_streamCurrent; in readType()
97 SVGPathByteStream::DataIterator m_streamCurrent; variable
DSVGPathByteStreamSource.cpp31 m_streamCurrent = stream->begin(); in SVGPathByteStreamSource()
37 return m_streamCurrent < m_streamEnd; in hasMoreData()