Lines Matching refs:SFlowerY
135 static int SFupperX, SFlowerY, SFupperY; variable
1393 SFlowerY + i * SFentryHeight, in SFdrawStrings()
1395 SFlowerY + i * SFentryHeight); in SFdrawStrings()
1401 SFlowerY + i * SFentryHeight; in SFdrawStrings()
1403 SFlowerY + (i + 1) * SFentryHeight - 1; in SFdrawStrings()
1418 SFlowerY + (i + 1) * SFentryHeight - 1, in SFdrawStrings()
1420 SFlowerY + (i + 1) * SFentryHeight - 1); in SFdrawStrings()
1478 SFcurrentInvert[n] * SFentryHeight + SFlowerY, in SFinvertEntry()
1492 if (SFcurrentListY < SFlowerY) in SFscrollTimerInterval()
1493 dist = SFlowerY - SFcurrentListY; in SFscrollTimerInterval()
1522 if (SFcurrentListY < SFlowerY) in SFscrollTimer()
1573 if ((x >= 0) && (x <= SFupperX) && (y >= SFlowerY) && (y <= SFupperY)) in SFnewInvertEntry()
1583 nw = (y - SFlowerY) / SFentryHeight; in SFnewInvertEntry()
1704 SFlowerY + (nw - old) * SFentryHeight, in SFvSliderMovedCallback()
1708 SFlowerY); in SFvSliderMovedCallback()
1713 SFlowerY + (SFlistSize - (nw - old)) * in SFvSliderMovedCallback()
1729 SFlowerY, in SFvSliderMovedCallback()
1733 SFlowerY + (old - nw) * SFentryHeight); in SFvSliderMovedCallback()
1738 SFlowerY, in SFvSliderMovedCallback()
1751 SFlowerY, in SFvSliderMovedCallback()
2333 SFlowerY = SFlineToTextV + SFentryHeight + SFlineToTextV + 1 + in SFcreateWidgets()
2339 SFtextYoffset = SFlowerY + SFaboveAndBelowText + SFcharAscent; in SFcreateWidgets()