Searched refs:nOldStepCount (Results 1 – 1 of 1) sorted by relevance
520 sal_Int16 nOldStepCount; in impl_checkPrint() local521 nNewStepCount = nOldStepCount = 0; in impl_checkPrint()522 nOldStepCount = this->impl_GetReducedGradientStepCount(); in impl_checkPrint()523 nNewStepCount = nOldStepCount + 1; in impl_checkPrint()527 if (nNewStepCount == nOldStepCount) // test the new source in impl_checkPrint()538 nNewStepCount = nOldStepCount = 0; in impl_checkPrint()539 nOldStepCount = this->impl_GetReducedGradientStepCount(); in impl_checkPrint()540 nNewStepCount = nOldStepCount + 1; in impl_checkPrint()544 if (nNewStepCount == nOldStepCount) //test the new source in impl_checkPrint()
Completed in 73 milliseconds