Lines Matching refs:aFillRect
1004 Rectangle aFillRect = rRect; in ImplDrawButton() local
1013 ImplDrawDPILineRect( pDev, aFillRect, &aBlackColor ); in ImplDrawButton()
1015 ImplDrawDPILineRect( pDev, aFillRect, &aBlackColor ); in ImplDrawButton()
1031 aRect1.Left() = aFillRect.Left(); in ImplDrawButton()
1032 aRect1.Right() = aFillRect.Right(), in ImplDrawButton()
1033 aRect2.Top() = aFillRect.Top(); in ImplDrawButton()
1034 aRect2.Bottom() = aFillRect.Bottom(); in ImplDrawButton()
1037 aRect1.Top() = aFillRect.Top(); in ImplDrawButton()
1039 aRect2.Left() = aFillRect.Left(); 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()
1047 aRect1.Bottom() = aFillRect.Bottom(); in ImplDrawButton()
1048 aRect2.Left() = aFillRect.Right()-aBrdSize.Width()+1; in ImplDrawButton()
1049 aRect2.Right() = aFillRect.Right(), in ImplDrawButton()
1050 aFillRect.Right() -= aBrdSize.Width(); in ImplDrawButton()
1051 aFillRect.Bottom() -= aBrdSize.Height(); in ImplDrawButton()
1064 ImplDrawDPILineRect( pDev, aFillRect, &aDefBtnColor ); in ImplDrawButton()
1074 pDev->DrawRect( Rectangle( aFillRect.Left(), aFillRect.Top(), in ImplDrawButton()
1075 aFillRect.Left(), aFillRect.Bottom() ) ); in ImplDrawButton()
1076 aFillRect.Left()++; in ImplDrawButton()
1082 pDev->DrawRect( Rectangle( aFillRect.Left(), aFillRect.Top(), in ImplDrawButton()
1083 aFillRect.Right(), aFillRect.Top() ) ); in ImplDrawButton()
1084 aFillRect.Top()++; in ImplDrawButton()
1090 pDev->DrawRect( Rectangle( aFillRect.Left(), aFillRect.Bottom(), in ImplDrawButton()
1091 aFillRect.Right(), aFillRect.Bottom() ) ); in ImplDrawButton()
1092 aFillRect.Bottom()--; in ImplDrawButton()
1113 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton()
1114 aFillRect.Left()++; in ImplDrawButton()
1115 aFillRect.Top()++; in ImplDrawButton()
1116 aFillRect.Right()--; in ImplDrawButton()
1117 aFillRect.Bottom()--; in ImplDrawButton()
1134 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton()
1135 aFillRect.Left()++; in ImplDrawButton()
1136 aFillRect.Top()++; in ImplDrawButton()
1137 aFillRect.Right()--; in ImplDrawButton()
1138 aFillRect.Bottom()--; in ImplDrawButton()
1162 pDev->DrawRect( aFillRect ); in ImplDrawButton()