Lines Matching refs:Bottom
228 maThumbRect.Bottom() = maThumbRect.Top()+mnThumbPixSize-1; in ImplUpdateRects()
230 maPage1Rect.Bottom() = RECT_EMPTY; in ImplUpdateRects()
232 maPage1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects()
234 maPage2Rect.Bottom() = RECT_EMPTY; in ImplUpdateRects()
237 maPage2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects()
238 maPage2Rect.Bottom() = maTrackRect.Bottom(); in ImplUpdateRects()
258 const long nSpace = maTrackRect.Bottom() - maTrackRect.Top(); in ImplUpdateRects()
262 maPage1Rect.Bottom() = maTrackRect.Top() + (nSpace/2); in ImplUpdateRects()
263 maPage2Rect.Top() = maPage1Rect.Bottom() + 1; in ImplUpdateRects()
264 maPage2Rect.Bottom() = maTrackRect.Bottom(); in ImplUpdateRects()
390 maPage1Rect.Bottom() = in ImplCalc()
391 maPage2Rect.Bottom() = in ImplCalc()
392 maThumbRect.Bottom() = maTrackRect.Bottom(); in ImplCalc()
440 mnThumbPixRange = maTrackRect.Bottom() - maTrackRect.Top(); in ImplCalc()
1253 aRect.Bottom() -= 2; in ImplInvert()