Lines Matching refs:Rectangle

51 void SvResizeHelper::FillHandleRectsPixel( Rectangle aRects[ 8 ] ) const  in FillHandleRectsPixel()
57 aRects[ 0 ] = Rectangle( aOuter.TopLeft(), aBorder ); in FillHandleRectsPixel()
59 aRects[ 1 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel()
63 aRects[ 2 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel()
67 aRects[ 3 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel()
71 aRects[ 4 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel()
75 aRects[ 5 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel()
79 aRects[ 6 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel()
83 aRects[ 7 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel()
93 void SvResizeHelper::FillMoveRectsPixel( Rectangle aRects[ 4 ] ) const in FillMoveRectsPixel()
124 Rectangle aMoveRects[ 4 ]; in Draw()
133 Rectangle aRects[ 8 ]; in Draw()
148 Rectangle aMoveRects[ 4 ]; in InvalidateBorder()
185 Rectangle aRects[ 8 ]; in SelectMove()
192 Rectangle aMoveRects[ 4 ]; in SelectMove()
200 Rectangle aRect( GetTrackRectPixel( rPos ) ); in SelectMove()
208 Point SvResizeHelper::GetTrackPosPixel( const Rectangle & rRect ) const in GetTrackPosPixel()
213 Rectangle aRect( rRect ); in GetTrackPosPixel()
257 Rectangle SvResizeHelper::GetTrackRectPixel( const Point & rTrackPos ) const in GetTrackRectPixel()
259 Rectangle aTrackRect; in GetTrackRectPixel()
339 void SvResizeHelper::ValidateRect( Rectangle & rValidate ) const in ValidateRect()
420 Rectangle & rOutPosSize ) in SelectRelease()
467 m_aResizer.SetOuterRectPixel( Rectangle( Point(), GetOutputSizePixel() ) ); in SvResizeWindow()
539 Rectangle aRect( m_aResizer.GetTrackRectPixel( rEvt.GetPosPixel() ) ); in MouseMove()
561 Rectangle aRect( m_aResizer.GetTrackRectPixel( rEvt.GetPosPixel() ) ); in MouseButtonUp()
569 Rectangle aOutRect; in MouseButtonUp()
601 m_aResizer.SetOuterRectPixel( Rectangle( Point(), GetOutputSizePixel() ) ); in Resize()
610 void SvResizeWindow::Paint( const Rectangle & /*rRect*/ ) in Paint() argument