Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/LEDCtrl/
H A DLEDCtrl.cpp198 int BottomPosX, BottomPosY ; in Paint() local
226 BottomPosX = UpPosX + OneLEDSize ; in Paint()
240 w.DrawLine(UpPosX, UpPosY, BottomPosX, UpPosY, 1, ColorOff) ; in Paint()
241 w.DrawLine(UpPosX, BottomPosY, BottomPosX, BottomPosY, 1, ColorOff) ; in Paint()
243 w.DrawLine(BottomPosX, UpPosY, BottomPosX, BottomPosY, 1, ColorOff) ; in Paint()