Lines Matching refs:Rectangle

94Rectangle		maTrackRect; // TODO: move to ScrollBar class when binary incompatibility of ScrollBar …
199 Rectangle aOldPage1Rect = maPage1Rect; in ImplUpdateRects()
200 Rectangle aOldPage2Rect = maPage2Rect; in ImplUpdateRects()
201 Rectangle aOldThumbRect = maThumbRect; in ImplUpdateRects()
206Rectangle& maTrackRect = mpData->maTrackRect; // TODO: remove when maTrackRect is no longer in mpD… in ImplUpdateRects()
339Rectangle& maTrackRect = mpData->maTrackRect; // TODO: remove when maTrackRect is no longer in mp… in ImplCalc()
342 const Rectangle aControlRegion( Point(0,0), aSize ); in ImplCalc()
343 Rectangle aBtn1Region, aBtn2Region, aTrackRegion, aBoundingRegion; in ImplCalc()
380 maTrackRect = Rectangle( maBtn1Rect.TopRight(), maBtn2Rect.BottomLeft() ); in ImplCalc()
434 … maTrackRect = Rectangle( maBtn1Rect.BottomLeft()+Point(0,1), maBtn2Rect.TopRight() ); in ImplCalc()
508 Rectangle aRect( aPos, aSize ); in Draw()
581 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in ImplDrawNative()
597 Rectangle aCtrlRegion; in ImplDrawNative()
612 Rectangle aCtrlRegion1( maPage1Rect ); in ImplDrawNative()
613 Rectangle aCtrlRegion2( maPage2Rect ); in ImplDrawNative()
622 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in ImplDrawNative()
644 Rectangle aCtrlRegion1( maBtn1Rect ); in ImplDrawNative()
645 Rectangle aCtrlRegion2( maBtn2Rect ); in ImplDrawNative()
664 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in ImplDrawNative()
685 Rectangle aCtrlRegion( maThumbRect ); in ImplDrawNative()
695 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in ImplDrawNative()
714 Rectangle aTempRect; in ImplDraw()
884 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in ImplDoMouseAction()
994 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in MouseButtonDown()
1216 void ScrollBar::Paint( const Rectangle& ) in Paint() argument
1244 Rectangle aRect( maThumbRect ); in ImplInvert()
1345 Rectangle* ScrollBar::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect()
1351 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in ImplFindPartRect()
1397 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify()
1398 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify()