Home
last modified time | relevance | path

Searched refs:slowscroll (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_view.cpp2955 int slowscroll = 6 - (rect.top + 10 - pt.y) / 10; in OnTimer() local
2956 if (0 == (mTimerTicks % (slowscroll > 0 ? slowscroll : 1))) in OnTimer()
2964 int slowscroll = 6 - (pt.y - rect.bottom + 10) / 10; in OnTimer() local
2965 if (0 == (mTimerTicks % (slowscroll > 0 ? slowscroll : 1))) in OnTimer()