Lines Matching refs:aStateRect
2741 Rectangle aStateRect; in Draw() local
2771 aImageSize, aStateRect, aMouseRect ); in Draw()
2773 Point aCenterPos = aStateRect.Center(); in Draw()
3686 Rectangle aStateRect; in Draw() local
3717 aImageSize, aStateRect, aMouseRect, false ); in Draw()
3721 pDev->DrawRect( aStateRect ); in Draw()
3722 aStateRect.Left() += aBrd1Size.Width(); in Draw()
3723 aStateRect.Top() += aBrd1Size.Height(); in Draw()
3724 aStateRect.Right() -= aBrd1Size.Width(); in Draw()
3725 aStateRect.Bottom() -= aBrd1Size.Height(); in Draw()
3730 pDev->DrawRect( aStateRect ); in Draw()
3734 aStateRect.Left() += aBrd2Size.Width(); in Draw()
3735 aStateRect.Top() += aBrd2Size.Height(); in Draw()
3736 aStateRect.Right() -= aBrd2Size.Width(); in Draw()
3737 aStateRect.Bottom() -= aBrd2Size.Height(); in Draw()
3738 Point aPos11( aStateRect.TopLeft() ); in Draw()
3739 Point aPos12( aStateRect.BottomRight() ); in Draw()
3740 Point aPos21( aStateRect.TopRight() ); in Draw()
3741 Point aPos22( aStateRect.BottomLeft() ); in Draw()
4278 Rectangle aStateRect( GetStateRect() ); in ImplDrawCheckBoxState() local
4281 Rectangle aCtrlRegion( aStateRect ); in ImplDrawCheckBoxState()
4317 Size aSize( aStateRect.GetSize() ); in ImplDrawCheckBoxState()
4321 aOff += aStateRect.TopLeft(); in ImplDrawCheckBoxState()