Searched refs:slowscroll (Results 1 – 1 of 1) sorted by relevance
2955 int slowscroll = 6 - (rect.top + 10 - pt.y) / 10; in OnTimer() local2956 if (0 == (mTimerTicks % (slowscroll > 0 ? slowscroll : 1))) in OnTimer()2964 int slowscroll = 6 - (pt.y - rect.bottom + 10) / 10; in OnTimer() local2965 if (0 == (mTimerTicks % (slowscroll > 0 ? slowscroll : 1))) in OnTimer()