Lines Matching refs:Bottom
180 maChannel1Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects()
189 maChannel2Rect.Bottom() = mnChannelPixBottom; in ImplUpdateRects()
208 maThumbRect.Bottom() = maThumbRect.Top()+SLIDER_THUMB_SIZE-1; in ImplUpdateRects()
212 maChannel1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects()
218 if ( mnChannelPixOffset+mnChannelPixRange-1 > maThumbRect.Bottom() ) in ImplUpdateRects()
220 maChannel2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects()
221 maChannel2Rect.Bottom() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects()
235 maThumbRect.Bottom() = maThumbRect.Top() + aThumbBounds.GetHeight() - 1; in ImplUpdateRects()
325 maThumbRect.Bottom()= aSize.Height()-1; in ImplCalc()
412 DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom()-1 ) ); in ImplDraw()
437 aRect.Bottom()--; in ImplDraw()
473 DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom()-1 ) ); in ImplDraw()
476 aRect.Bottom()--; in ImplDraw()
520 aRect.Bottom() = aSize.Height()-1; in ImplIsPageUp()
539 aRect.Bottom() = aSize.Height()-1; in ImplIsPageDown()