Searched refs:m_nCurrentStep (Results 1 – 2 of 2) sorted by relevance
20 m_nCurrentStep = 0; in CMACProgressHelper()35 m_nCurrentStep++; in UpdateProgress()37 m_nCurrentStep = nCurrentStep; in UpdateProgress()40 float fPercentageDone = float(m_nCurrentStep) / float(max(m_nTotalSteps, 1)); in UpdateProgress()
33 int m_nCurrentStep; variable