Lines Matching refs:aBorderRect
65 Rectangle aBorderRect( aPoint, aSize ); in ImplDrawDefault() local
76 aBorderRect.Left() += nPixel; in ImplDrawDefault()
77 aBorderRect.Top() += nPixel; in ImplDrawDefault()
80 pOutDev->DrawRect( aBorderRect ); in ImplDrawDefault()
82 aBorderRect.Left() -= nPixel; in ImplDrawDefault()
83 aBorderRect.Top() -= nPixel; in ImplDrawDefault()
84 aBorderRect.Right() -= nPixel; in ImplDrawDefault()
85 aBorderRect.Bottom() -= nPixel; in ImplDrawDefault()
89 pOutDev->DrawRect( aBorderRect ); in ImplDrawDefault()
189 aBorderRect.Left()++; in ImplDrawDefault()
190 aBorderRect.Top()++; in ImplDrawDefault()
191 aBorderRect.Right()--; in ImplDrawDefault()
192 aBorderRect.Bottom()--; in ImplDrawDefault()
195 pOutDev->DrawLine( aBorderRect.TopLeft(), aBorderRect.BottomRight() ); in ImplDrawDefault()
196 pOutDev->DrawLine( aBorderRect.TopRight(), aBorderRect.BottomLeft() ); in ImplDrawDefault()