Searched refs:lMaDelta (Results 1 – 1 of 1) sorted by relevance
1446 long lMaDelta = aPixSz.Height(); in SmoothScroll() local1448 lMaDelta *= 6; in SmoothScroll()1450 lMaDelta *= 2; in SmoothScroll()1452 lMaDelta *= lMult; in SmoothScroll()1455 lMaDelta = -lMaDelta; in SmoothScroll()1461 if ( Imp()->bStopSmooth || Abs(lDiff) <= Abs(lMaDelta) ) in SmoothScroll()1468 lScroll = lMaDelta; in SmoothScroll()1469 lDiff -= lMaDelta; in SmoothScroll()
Completed in 19 milliseconds