Searched refs:aTotRect (Results 1 – 1 of 1) sorted by relevance
382 if ( aTarget.Right() > aTotRect.Right() ) in MakeVisible()389 if ( aTarget.Left() < aTotRect.Left() ) in MakeVisible()390 aTarget.Left() = aTotRect.Left(); in MakeVisible()394 if ( aTarget.Bottom() > aTotRect.Bottom() ) in MakeVisible()401 if ( aTarget.Top() < aTotRect.Top() ) in MakeVisible()402 aTarget.Top() = aTotRect.Top(); in MakeVisible()406 if ( aTarget.Left() < aTotRect.Left() ) in MakeVisible()413 if ( aTarget.Right() > aTotRect.Right() ) in MakeVisible()414 aTarget.Right() = aTotRect.Right(); in MakeVisible()418 if ( aTarget.Top() < aTotRect.Top() ) in MakeVisible()[all …]
Completed in 16 milliseconds