Searched refs:m_LineIndex (Results 1 – 2 of 2) sorted by relevance
61 m_LineIndex(0) {} in CFX_ImageStretcher()181 for (; m_LineIndex < result_height; ++m_LineIndex) { in ContinueQuickStretch()185 dest_y = result_height - m_LineIndex - 1; in ContinueQuickStretch()189 dest_y = m_LineIndex; in ContinueQuickStretch()
56 int m_LineIndex; variable