Lines Matching refs:aInnerRect
84 Rectangle aInnerRect = aBtnRect; in Draw() local
96 aInnerRect=aDecoView.DrawButton( aBtnRect, nButtonStyle ); in Draw()
99 aInnerRect.Left() += 1; in Draw()
100 aInnerRect.Top() += 1; in Draw()
101 aInnerRect.Right() -= 1; in Draw()
102 aInnerRect.Bottom() -= 1; in Draw()
104 Size aInnerSize = aInnerRect.GetSize(); in Draw()
105 Point aInnerCenter = aInnerRect.Center(); in Draw()
107 aInnerRect.Top() = aInnerCenter.Y() - (aInnerSize.Width()>>1); in Draw()
108 aInnerRect.Bottom()= aInnerCenter.Y() + (aInnerSize.Width()>>1); in Draw()
110 ImpDrawArrow( aInnerRect, bState ); in Draw()