Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_textRun

44         : m_textRun(0)
50 : m_textRun(textRun)
56 : m_textRun(other.m_textRun)
63 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
64 UChar current() const { return (*m_textRun)[m_offset]; }
69 return m_offset == other.m_offset && m_textRun == other.m_textRun;
75 const TextRun* m_textRun;