Lines Matching refs:aBorder

40 	: aBorder( 5, 5 )  in SvResizeHelper()
57 aRects[ 0 ] = Rectangle( aOuter.TopLeft(), aBorder ); in FillHandleRectsPixel()
59 aRects[ 1 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel()
61 aBorder ); in FillHandleRectsPixel()
63 aRects[ 2 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel()
65 aBorder ); in FillHandleRectsPixel()
67 aRects[ 3 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel()
68 aOuter.Center().Y() - aBorder.Height() / 2 ), in FillHandleRectsPixel()
69 aBorder ); in FillHandleRectsPixel()
71 aRects[ 4 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel()
72 aBottomRight.Y() - aBorder.Height() +1 ), in FillHandleRectsPixel()
73 aBorder ); in FillHandleRectsPixel()
75 aRects[ 5 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel()
76 aBottomRight.Y() - aBorder.Height() +1), in FillHandleRectsPixel()
77 aBorder ); in FillHandleRectsPixel()
80 aBottomRight.Y() - aBorder.Height() +1), in FillHandleRectsPixel()
81 aBorder ); in FillHandleRectsPixel()
84 aOuter.Center().Y() - aBorder.Height() / 2 ), in FillHandleRectsPixel()
85 aBorder ); in FillHandleRectsPixel()
97 aRects[ 0 ].Bottom() = aRects[ 0 ].Top() + aBorder.Height() -1; in FillMoveRectsPixel()
100 aRects[ 1 ].Left() = aRects[ 1 ].Right() - aBorder.Width() -1; in FillMoveRectsPixel()
103 aRects[ 2 ].Top() = aRects[ 2 ].Bottom() - aBorder.Height() -1; in FillMoveRectsPixel()
106 aRects[ 3 ].Right() = aRects[ 3 ].Left() + aBorder.Width() -1; in FillMoveRectsPixel()