Lines Matching refs:aImageRect

2217         Rectangle               aImageRect  = maStateRect;  in ImplDrawRadioButtonState()  local
2226 aImageRect = aDecoView.DrawFrame( aImageRect, nButtonStyle ); in ImplDrawRadioButtonState()
2232 DrawRect( aImageRect ); in ImplDrawRadioButtonState()
2247 Point aImagePos( aImageRect.TopLeft() ); in ImplDrawRadioButtonState()
2248 aImagePos.X() += (aImageRect.GetWidth()-aImageSize.Width())/2; in ImplDrawRadioButtonState()
2249 aImagePos.Y() += (aImageRect.GetHeight()-aImageSize.Height())/2; in ImplDrawRadioButtonState()
2255 aImageRect.Left()++; in ImplDrawRadioButtonState()
2256 aImageRect.Top()++; in ImplDrawRadioButtonState()
2257 aImageRect.Right()--; in ImplDrawRadioButtonState()
2258 aImageRect.Bottom()--; in ImplDrawRadioButtonState()
2260 ImplSetFocusRect( aImageRect ); in ImplDrawRadioButtonState()
2268 aImageRect.Left()++; in ImplDrawRadioButtonState()
2269 aImageRect.Top()++; in ImplDrawRadioButtonState()
2270 aImageRect.Right()--; in ImplDrawRadioButtonState()
2271 aImageRect.Bottom()--; in ImplDrawRadioButtonState()
2273 DrawRect( aImageRect ); in ImplDrawRadioButtonState()
2274 aImageRect.Left()++; in ImplDrawRadioButtonState()
2275 aImageRect.Top()++; in ImplDrawRadioButtonState()
2276 aImageRect.Right()--; in ImplDrawRadioButtonState()
2277 aImageRect.Bottom()--; in ImplDrawRadioButtonState()
2278 DrawRect( aImageRect ); in ImplDrawRadioButtonState()
2385 Rectangle aImageRect( rPos, rSize ); in ImplDraw() local
2395 aImageRect.Left() = (rSize.Width()-aTmpSize.Width())/2; in ImplDraw()
2396 aImageRect.Top() = (rSize.Height()-(aTmpSize.Height()+nTextHeight+6))/2; in ImplDraw()
2399 aImageRect.Top() = (rSize.Height()-aTmpSize.Height())/2; in ImplDraw()
2401 aImageRect.Right() = aImageRect.Left()+aTmpSize.Width(); in ImplDraw()
2402 aImageRect.Bottom() = aImageRect.Top()+aTmpSize.Height(); in ImplDraw()
2409 aTxtPos.Y() += aImageRect.Bottom()+6; in ImplDraw()
2413 aTxtPos.X() += aImageRect.Right()+8; in ImplDraw()
2419 rMouseRect = aImageRect; in ImplDraw()
2420 rStateRect = aImageRect; in ImplDraw()