Lines Matching refs:aLogicRect

192     Rectangle aLogicRect( mpObj->GetLogicRect() );  in impl_getScaledRect_nothrow()  local
194 aLogicRect.SetSize( Size( Fraction( aLogicRect.GetWidth() ) * m_aScaleWidth, in impl_getScaledRect_nothrow()
195 Fraction( aLogicRect.GetHeight() ) * m_aScaleHeight ) ); in impl_getScaledRect_nothrow()
196 return aLogicRect; in impl_getScaledRect_nothrow()
281 Rectangle aLogicRect( mpObj->GetLogicRect() ); in notifyEvent() local
286 Size( aLogicRect.GetWidth() - aScaledSize.Width(), in notifyEvent()
287 aLogicRect.GetHeight() - aScaledSize.Height() ), in notifyEvent()
291 mpObj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) ); in notifyEvent()
340 Rectangle aLogicRect( mpObj->GetLogicRect() ); in visibilityChanged() local
341 Size aLogicSize( aLogicRect.GetWidth(), aLogicRect.GetHeight() ); in visibilityChanged()
346 mpObj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aLogicSize ) ); in visibilityChanged()
496 Rectangle aLogicRect = impl_getScaledRect_nothrow(); in getPlacement() local
502 aLogicRect = Application::GetDefaultDevice()->LogicToPixel(aLogicRect,aContainerMapUnit); in getPlacement()
503 return AWTRectangle( aLogicRect ); in getPlacement()
557 Rectangle aLogicRect = impl_getScaledRect_nothrow(); in changedPlacement() local
559 if ( aNewLogicRect != aLogicRect ) in changedPlacement()
574 Size( aLogicRect.GetWidth() - aNewObjSize.Width(), in changedPlacement()
575 aLogicRect.GetHeight() - aNewObjSize.Height() ), in changedPlacement()
579 mpObj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aNewObjSize ) ); in changedPlacement()