Searched refs:aTotRect (Results 1 – 1 of 1) sorted by relevance
375 Rectangle aTotRect( Point(0, 0), PixelToLogic( aTotPixSz ) ); in MakeVisible() local382 if ( aTarget.Right() > aTotRect.Right() ) in MakeVisible()384 long nDelta = 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()396 long nDelta = 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()[all …]