Searched refs:m_LineIndex (Results 1 – 2 of 2) sorted by relevance
865 m_LineIndex = 0; in StartQuickStretch()888 for (; m_LineIndex < result_height; m_LineIndex++) { in ContinueQuickStretch()891 dest_y = result_height - m_LineIndex - 1; in ContinueQuickStretch()895 dest_y = m_LineIndex; in ContinueQuickStretch()
630 int m_LineIndex; variable