Searched refs:m_streamCurrent (Results 1 – 2 of 2) sorted by relevance
66 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
31 m_streamCurrent = stream->begin(); in SVGPathByteStreamSource()37 return m_streamCurrent < m_streamEnd; in hasMoreData()