Searched refs:SFcurrentListY (Results 1 – 1 of 1) sorted by relevance
1034 static int SFcurrentListY; variable1492 if (SFcurrentListY < SFlowerY) in SFscrollTimerInterval()1493 dist = SFlowerY - SFcurrentListY; in SFscrollTimerInterval()1494 else if (SFcurrentListY > SFupperY) in SFscrollTimerInterval()1495 dist = SFcurrentListY - SFupperY; in SFscrollTimerInterval()1522 if (SFcurrentListY < SFlowerY) in SFscrollTimer()1527 else if (SFcurrentListY > SFupperY) in SFscrollTimer()1592 SFcurrentListY = y; in SFnewInvertEntry()