Lines Matching refs:aRects

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()
96 aRects[ 0 ] = aOuter; in FillMoveRectsPixel()
97 aRects[ 0 ].Bottom() = aRects[ 0 ].Top() + aBorder.Height() -1; in FillMoveRectsPixel()
99 aRects[ 1 ] = aOuter; in FillMoveRectsPixel()
100 aRects[ 1 ].Left() = aRects[ 1 ].Right() - aBorder.Width() -1; in FillMoveRectsPixel()
102 aRects[ 2 ] = aOuter; in FillMoveRectsPixel()
103 aRects[ 2 ].Top() = aRects[ 2 ].Bottom() - aBorder.Height() -1; in FillMoveRectsPixel()
105 aRects[ 3 ] = aOuter; in FillMoveRectsPixel()
106 aRects[ 3 ].Right() = aRects[ 3 ].Left() + aBorder.Width() -1; in FillMoveRectsPixel()
133 Rectangle aRects[ 8 ]; in Draw() local
134 FillHandleRectsPixel( aRects ); in Draw()
136 pDev->DrawRect( aRects[ i ] ); in Draw()
185 Rectangle aRects[ 8 ]; in SelectMove() local
186 FillHandleRectsPixel( aRects ); in SelectMove()
188 if( aRects[ i ].IsInside( rPos ) ) in SelectMove()