Searched refs:m_glyphInCurrentRun (Results 1 – 2 of 2) sorted by relevance
125 , m_glyphInCurrentRun(0) in ComplexTextController()495 m_glyphInCurrentRun = 0; in advance()509 unsigned g = ltr ? m_glyphInCurrentRun : glyphCount - 1 - m_glyphInCurrentRun; in advance()514 while (m_glyphInCurrentRun < glyphCount) { in advance()552 m_glyphInCurrentRun++; in advance()563 m_glyphInCurrentRun = 0; in advance()
164 unsigned m_glyphInCurrentRun; variable