Lines Matching refs:Top
179 maChannel1Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
188 maChannel2Rect.Top() = mnChannelPixTop; in ImplUpdateRects()
207 maThumbRect.Top() = mnThumbPixPos-SLIDER_THUMB_HALFSIZE; in ImplUpdateRects()
208 maThumbRect.Bottom() = maThumbRect.Top()+SLIDER_THUMB_SIZE-1; in ImplUpdateRects()
209 if ( mnChannelPixOffset < maThumbRect.Top() ) in ImplUpdateRects()
211 maChannel1Rect.Top() = mnChannelPixOffset; in ImplUpdateRects()
212 maChannel1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects()
220 maChannel2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects()
234 maThumbRect.Top() = mnThumbPixPos - aThumbBounds.GetHeight()/2; in ImplUpdateRects()
235 maThumbRect.Bottom() = maThumbRect.Top() + aThumbBounds.GetHeight() - 1; in ImplUpdateRects()
324 maThumbRect.Top() = 0; in ImplCalc()
417 DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) ); in ImplDraw()
435 aRect.Top()++; in ImplDraw()
471 DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) ); in ImplDraw()
478 aRect.Top()++; in ImplDraw()
519 aRect.Top() = 0; in ImplIsPageUp()
538 aRect.Top() = 0; in ImplIsPageDown()