Lines Matching refs:Right
174 maThumbRect.Right() = maThumbRect.Left()+SLIDER_THUMB_SIZE-1; in ImplUpdateRects()
178 maChannel1Rect.Right() = maThumbRect.Left()-1; in ImplUpdateRects()
184 if ( mnChannelPixOffset+mnChannelPixRange-1 > maThumbRect.Right() ) in ImplUpdateRects()
186 maChannel2Rect.Left() = maThumbRect.Right()+1; in ImplUpdateRects()
187 maChannel2Rect.Right() = mnChannelPixOffset+mnChannelPixRange-1; in ImplUpdateRects()
201 maThumbRect.Right() = maThumbRect.Left() + aThumbBounds.GetWidth() - 1; in ImplUpdateRects()
214 maChannel1Rect.Right() = mnChannelPixBottom; in ImplUpdateRects()
223 maChannel2Rect.Right() = mnChannelPixBottom; in ImplUpdateRects()
332 maThumbRect.Right() = aSize.Width()-1; in ImplCalc()
417 DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) ); in ImplDraw()
439 aRect.Right()--; in ImplDraw()
471 DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) ); in ImplDraw()
475 aRect.Right()--; in ImplDraw()
525 aRect.Right() = aSize.Width()-1; in ImplIsPageUp()
544 aRect.Right() = aSize.Width()-1; in ImplIsPageDown()