Lines Matching refs:aStateRect
2744 Rectangle aStateRect; in Draw() local
2774 aImageSize, aStateRect, aMouseRect ); in Draw()
2776 Point aCenterPos = aStateRect.Center(); in Draw()
3689 Rectangle aStateRect; in Draw() local
3720 aImageSize, aStateRect, aMouseRect, false ); in Draw()
3724 pDev->DrawRect( aStateRect ); in Draw()
3725 aStateRect.Left() += aBrd1Size.Width(); in Draw()
3726 aStateRect.Top() += aBrd1Size.Height(); in Draw()
3727 aStateRect.Right() -= aBrd1Size.Width(); in Draw()
3728 aStateRect.Bottom() -= aBrd1Size.Height(); in Draw()
3733 pDev->DrawRect( aStateRect ); in Draw()
3737 aStateRect.Left() += aBrd2Size.Width(); in Draw()
3738 aStateRect.Top() += aBrd2Size.Height(); in Draw()
3739 aStateRect.Right() -= aBrd2Size.Width(); in Draw()
3740 aStateRect.Bottom() -= aBrd2Size.Height(); in Draw()
3741 Point aPos11( aStateRect.TopLeft() ); in Draw()
3742 Point aPos12( aStateRect.BottomRight() ); in Draw()
3743 Point aPos21( aStateRect.TopRight() ); in Draw()
3744 Point aPos22( aStateRect.BottomLeft() ); in Draw()
4281 Rectangle aStateRect( GetStateRect() ); in ImplDrawCheckBoxState() local
4284 Rectangle aCtrlRegion( aStateRect ); in ImplDrawCheckBoxState()
4320 Size aSize( aStateRect.GetSize() ); in ImplDrawCheckBoxState()
4324 aOff += aStateRect.TopLeft(); in ImplDrawCheckBoxState()