Lines Matching refs:aBrdSize
1017 Size aBrdSize( 1, 1 ); in ImplDrawButton() local
1021 aBrdSize = pDev->LogicToPixel( Size( 20, 20 ), aResMapMode ); in ImplDrawButton()
1022 if ( !aBrdSize.Width() ) in ImplDrawButton()
1023 aBrdSize.Width() = 1; in ImplDrawButton()
1024 if ( !aBrdSize.Height() ) in ImplDrawButton()
1025 aBrdSize.Height() = 1; in ImplDrawButton()
1038 aRect1.Bottom() = aBrdSize.Height()-1; in ImplDrawButton()
1040 aRect2.Right() = aFillRect.Left()+aBrdSize.Width()-1; in ImplDrawButton()
1041 aFillRect.Left() += aBrdSize.Width(); in ImplDrawButton()
1042 aFillRect.Top() += aBrdSize.Height(); in ImplDrawButton()
1046 aRect1.Top() = aFillRect.Bottom()-aBrdSize.Height()+1; in ImplDrawButton()
1048 aRect2.Left() = aFillRect.Right()-aBrdSize.Width()+1; in ImplDrawButton()
1050 aFillRect.Right() -= aBrdSize.Width(); in ImplDrawButton()
1051 aFillRect.Bottom() -= aBrdSize.Height(); in ImplDrawButton()