Searched refs:nNotchDelta (Results 1 – 1 of 1) sorted by relevance
1930 long nNotchDelta = pData->GetNotchDelta(); in Command() local1931 if ( nNotchDelta < 0 ) in Command()1933 while ( nNotchDelta < 0 ) in Command()1936 nNotchDelta++; in Command()1941 while ( nNotchDelta > 0 ) in Command()1944 nNotchDelta--; in Command()
Completed in 36 milliseconds